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";