fix(grfn/mugwump): re-enable DynamicUser for ddclient
The issue this was working around has long since been fixed, and having this disabled was preventing the service from working Change-Id: I9b69f947b8952df786193f8784d0f5cc6b898440 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8862 Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
abe0537c3e
commit
751d5bd0c3
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ with lib;
|
|||
quiet = true;
|
||||
};
|
||||
|
||||
systemd.services.ddclient.serviceConfig.DynamicUser = lib.mkForce false;
|
||||
|
||||
security.acme.certs."metrics.gws.fyi" = {
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = config.age.secretsDir + "/cloudflare";
|
||||
|
|
Loading…
Reference in a new issue