diff options
Diffstat (limited to 'nixos/modules/router.nix')
| -rw-r--r-- | nixos/modules/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/router.nix b/nixos/modules/router.nix index 224037b..01110ae 100644 --- a/nixos/modules/router.nix +++ b/nixos/modules/router.nix @@ -178,7 +178,7 @@ in { services.resolved = { enable = true; - dnssec = "true"; + #dnssec = "true"; fallbackDns = ["1.1.1.1" "8.8.8.8"]; extraConfig = '' DNSStubListenerExtra=${cnf.lanIP} |
