diff options
Diffstat (limited to 'hosts/poweredge/ddns-updater.nix')
| -rw-r--r-- | hosts/poweredge/ddns-updater.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/poweredge/ddns-updater.nix b/hosts/poweredge/ddns-updater.nix index 2f0ce53..30f6e05 100644 --- a/hosts/poweredge/ddns-updater.nix +++ b/hosts/poweredge/ddns-updater.nix @@ -1,13 +1,13 @@ { config, ... }: { # Password file for mail application password - sops.secrets.ddnsUpdater.sopsFile = ./resources/secrets/ddns-updater-config.json; + sops.secrets.ddns-updater-config.sopsFile = ./resources/secrets/ddns-updater-config.yaml; # Enable ddns updater services.ddns-updater = { enable = true; environment = { SERVER_ENABLED="no"; - CONFIG_FILEPATH = config.sops.secrets.ddnsUpdater.path; + CONFIG_FILEPATH = config.sops.secrets.ddns-updater-config.path; PERIOD = "5m"; }; }; |
