diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-03-30 20:53:12 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-03-30 20:53:12 -0500 |
| commit | 369e8b83f082f3ac2d3f6a040c0efafe981642a7 (patch) | |
| tree | 1871caa3a3d456f6455841e20a1352d403d729a6 /hosts/poweredge/ddns-updater.nix | |
| parent | 07cc1920136ce61980c80c6bde3c267fcbc6218f (diff) | |
| download | nixos-369e8b83f082f3ac2d3f6a040c0efafe981642a7.tar.xz nixos-369e8b83f082f3ac2d3f6a040c0efafe981642a7.zip | |
poweredge config fix and secrets
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"; }; }; |
