From 2ecf41785c0f8359c5460bc2e3b5025c2623289e Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 18 Jul 2026 19:09:48 +0700 Subject: [PATCH] fix wrong option --- modules/system/homelab/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index 3fd1acc..ee7e512 100644 --- a/modules/system/homelab/dns.nix +++ b/modules/system/homelab/dns.nix @@ -38,13 +38,13 @@ in { dns = { upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ]; bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ]; - blocked_services.ids = blocked; }; querylog = { interval = "2160h"; enabled = true; }; filtering = { + blocked_services.ids = blocked; blocking_mode = "null_ip"; protection_enabled = true; safebrowsing_enabled = true;