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