diff --git a/modules/scripts/update-dns.nix b/modules/scripts/update-dns.nix index c5786ff..d62c891 100644 --- a/modules/scripts/update-dns.nix +++ b/modules/scripts/update-dns.nix @@ -11,7 +11,7 @@ }; }; services.cloudflare-dyndns = { - enable = true; + enable = config.my.scripts.update-dns.enable; ipv4 = true; ipv6 = false; proxied = false;