diff --git a/base.nix b/base.nix index b3857c5..b5f6c84 100644 --- a/base.nix +++ b/base.nix @@ -7,6 +7,12 @@ networking.domain = "pvv.ntnu.no"; networking.useDHCP = false; + networking.search = [ "pvv.ntnu.no" "pvv.org" ]; + + services.resolved = { + enable = true; + dnssec = "false"; # Supposdly this keeps breaking and the default is to allow downgrades anyways... + }; time.timeZone = "Europe/Oslo";