summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/router.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index 364d18d..2b05b7b 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -60,6 +60,8 @@ 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;
services.ferm = {
enable = true;