Update cloudflare-ddns.nix

This commit is contained in:
ediblerope 2026-02-15 09:05:56 +02:00 committed by GitHub
parent 28fa6dbf46
commit 0808cfbfca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,7 @@
services.cloudflare-dyndns = { services.cloudflare-dyndns = {
enable = true; enable = true;
apiTokenFile = "/var/secrets/cloudflare-token"; apiTokenFile = "/var/secrets/cloudflare-token";
domains = [ "nordhammer.it" ]; # or subdomain.yourdomain.com domains = [ "nordhammer.it" ];
# Optional: specify which network interface to get IP from
# ipv4 = true; # default
# ipv6 = false; # default
}; };
}; };
} }