From 67b466b9f97117bf8c56fea99ffaa7deb55c7dea Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 3 Apr 2024 16:06:00 -0500 Subject: [PATCH] Finish fleshing out Hosea network --- hosts/hosea/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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}" = {