diff --git a/hosts/hosea/default.nix b/hosts/hosea/default.nix index eacbe5c..c6deb75 100644 --- a/hosts/hosea/default.nix +++ b/hosts/hosea/default.nix @@ -31,6 +31,8 @@ in networking = { hostName = "hosea"; + nameservers = [ "10.42.1.5" ]; + defaultGateway = "10.42.1.1"; interfaces = { "${wanInterface}".useDHCP = true; "${lanInterface}" = {