Finish fleshing out Hosea network
This commit is contained in:
@@ -31,6 +31,8 @@ in
|
||||
|
||||
networking = {
|
||||
hostName = "hosea";
|
||||
nameservers = [ "10.42.1.5" ];
|
||||
defaultGateway = "10.42.1.1";
|
||||
interfaces = {
|
||||
"${wanInterface}".useDHCP = true;
|
||||
"${lanInterface}" = {
|
||||
|
||||
Reference in New Issue
Block a user