Fix ddclient

This commit is contained in:
Gene Liverman 2026-01-25 22:20:56 -05:00
parent b48a52fe79
commit c9c3897c8d
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY

View file

@ -168,10 +168,10 @@ in {
extraConfig = '' extraConfig = ''
usev4=webv4 usev4=webv4
#usev6=webv6 #usev6=webv6
#use-personal-access-token=yes use-personal-access-token=yes
ttl=300 ttl=300
''; '';
passwordFile = "${config.sops.secrets.gandi_api.path}"; passwordFile = "${config.sops.secrets.gandi_dns_pat.path}";
}; };
firefly-iii = { firefly-iii = {
enable = true; enable = true;