diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index 4f208da..3fd1acc 100644 --- a/modules/system/homelab/dns.nix +++ b/modules/system/homelab/dns.nix @@ -38,7 +38,7 @@ in { dns = { upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ]; bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ]; - blocked_services = blocked; + blocked_services.ids = blocked; }; querylog = { interval = "2160h";