You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ddclient is configured normally it refuses to start due to permission issues. I've traced this back to the use of DynamicUser in the systemd config.
Steps to reproduce
1.) Setup ddclient with some sane settings
2.) nixos-rebuild upgrade
3.) You will see: WARNING: file /run/ddclient/ddclient.conf: Cannot open file '/run/ddclient/ddclient.conf'. (Permission denied)
The workaround I've found is to use: systemd.services.ddclient.serviceConfig.DynamicUser = lib.mkForce false;
Issue description
When ddclient is configured normally it refuses to start due to permission issues. I've traced this back to the use of DynamicUser in the systemd config.
Steps to reproduce
1.) Setup ddclient with some sane settings
2.)
nixos-rebuild upgrade
3.) You will see:
WARNING: file /run/ddclient/ddclient.conf: Cannot open file '/run/ddclient/ddclient.conf'. (Permission denied)
The workaround I've found is to use:
systemd.services.ddclient.serviceConfig.DynamicUser = lib.mkForce false;
Technical details
The text was updated successfully, but these errors were encountered: