about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-06-27T19·10-0400
committerclbot <clbot@tvl.fyi>2023-06-27T19·18+0000
commit751d5bd0c3e6cbc8cc7efd8c12dec330a1d0927d (patch)
treeb68813dd0b9c7ebea14b9f9ca621d157e26cbb86 /users/grfn
parentabe0537c3edf5af2336e1bd75b87752dc50d4ebb (diff)
fix(grfn/mugwump): re-enable DynamicUser for ddclient r/6355
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>
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/system/machines/mugwump.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/grfn/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix
index 083e6434d3..3cb520b1a3 100644
--- a/users/grfn/system/system/machines/mugwump.nix
+++ b/users/grfn/system/system/machines/mugwump.nix
@@ -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";