From 369e8b83f082f3ac2d3f6a040c0efafe981642a7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 30 Mar 2026 20:53:12 -0500 Subject: poweredge config fix and secrets --- hosts/poweredge/ddns-updater.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/poweredge/ddns-updater.nix') 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"; }; }; -- cgit v1.2.3