From c9c3897c8d71edc5354119113f2cacdbfd3b056d Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 25 Jan 2026 22:20:56 -0500 Subject: [PATCH] Fix ddclient --- modules/hosts/nixos/nixnuc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 1b4fc5a..4ac79ae 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -168,10 +168,10 @@ in { extraConfig = '' usev4=webv4 #usev6=webv6 - #use-personal-access-token=yes + use-personal-access-token=yes ttl=300 ''; - passwordFile = "${config.sops.secrets.gandi_api.path}"; + passwordFile = "${config.sops.secrets.gandi_dns_pat.path}"; }; firefly-iii = { enable = true;