summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-08-22 19:59:05 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-08-22 19:59:10 -0400
commita11655b2ca439a5049b5623154ef62e50da1b870 (patch)
tree6c316d275122f016eb86e6ff5e141fa6a9abe008 /modules
parent77689750997baa7c216862065b2ec3dbd4d63724 (diff)
fixes
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 313e4a2..a5ab637 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -321,8 +321,6 @@ in {
enable = true;
configFile = "/opt/secret/he-ddclient.conf";
};
- # FIXME: Workaround for ddclient.conf not being available to ddclient.
- systemd.services.ddclient.serviceConfig.DynamicUser = lib.mkForce false;
systemd.timers.update-dynamic-dns = {
wantedBy = ["multi-user.target"];