diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 82714f1..22443c3 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -64,14 +64,14 @@ ]; }; - services.resolved = { - enable = true; - # dnssec = "true"; - settings.Resolve = { - Domains = [ "~." ]; - FallbackDns = [ "9.9.9.9" "149.112.112.112" ]; - }; - }; + # services.resolved = { + # enable = true; + # # dnssec = "true"; + # settings.Resolve = { + # Domains = [ "~." ]; + # FallbackDns = [ "9.9.9.9" "149.112.112.112" ]; + # }; + # }; # Set your time zone. time.timeZone = "America/Montreal";