diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index a3124b7..4a46556 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -63,7 +63,7 @@ services.resolved = { enable = true; - dnssec = "true"; + # dnssec = "true"; domains = [ "~." ]; fallbackDns = [ "9.9.9.9" "149.112.112.112" ]; };