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:
Aspen Smith 2023-06-27 15:10:42 -04:00 committed by clbot
parent abe0537c3e
commit 751d5bd0c3

View file

@ -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";