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 = {
enable = true;
apiTokenFile = "/var/secrets/cloudflare-token";
domains = [ "nordhammer.it" ]; # or subdomain.yourdomain.com
# Optional: specify which network interface to get IP from
# ipv4 = true; # default
# ipv6 = false; # default
domains = [ "nordhammer.it" ];
};
};
}