fix: Disable cloudflare-dyndns since its broken

This commit is contained in:
batteredbunny 2025-04-21 23:42:56 +03:00
parent 0bb73b8c64
commit 60bd16dbea

View file

@ -262,7 +262,7 @@
};
cloudflare-dyndns = {
enable = true;
enable = false; # broken, related https://github.com/NixOS/nixpkgs/pull/394352
apiTokenFile = "/etc/secrets/cloudflare-dyndns.env";
ipv4 = true;
ipv6 = true;