From 8a54d0bc84ddf02086c98974a220b33e95e345bb Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 13 Aug 2025 12:58:08 -0400 Subject: [PATCH] Removed dnssec as it was causing issues. --- hosts/randolph/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };