Finish fleshing out Hosea network

This commit is contained in:
Greg Hellings
2024-04-03 16:06:00 -05:00
parent e3121725d1
commit 67b466b9f9
+2
View File
@@ -31,6 +31,8 @@ in
networking = {
hostName = "hosea";
nameservers = [ "10.42.1.5" ];
defaultGateway = "10.42.1.1";
interfaces = {
"${wanInterface}".useDHCP = true;
"${lanInterface}" = {