From bd3e08ef0a7496dc4291fef969d2ab006c196b85 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Sat, 26 Jul 2025 11:01:32 -0400 Subject: [PATCH] Systemd resolved. --- hosts/randolph/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index ba8dd4f..a3124b7 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -61,6 +61,13 @@ ]; }; + services.resolved = { + enable = true; + dnssec = "true"; + domains = [ "~." ]; + fallbackDns = [ "9.9.9.9" "149.112.112.112" ]; + }; + # Set your time zone. time.timeZone = "America/Montreal";