From 767a7d01b6172d87aec85940a602bb108c67ca22 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 6 May 2026 20:54:15 -0400 Subject: [PATCH] Turned off resolved on randolph. --- hosts/randolph/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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";