fix: Disable cloudflare-dyndns since its broken
This commit is contained in:
parent
0bb73b8c64
commit
60bd16dbea
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
cloudflare-dyndns = {
|
cloudflare-dyndns = {
|
||||||
enable = true;
|
enable = false; # broken, related https://github.com/NixOS/nixpkgs/pull/394352
|
||||||
apiTokenFile = "/etc/secrets/cloudflare-dyndns.env";
|
apiTokenFile = "/etc/secrets/cloudflare-dyndns.env";
|
||||||
ipv4 = true;
|
ipv4 = true;
|
||||||
ipv6 = true;
|
ipv6 = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue