Fully-specify defaultGateway for corp
This is required now that we're using networkd through the new base module
This commit is contained in:
parent
ca16db4add
commit
684f7e0910
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
# details gathered from the active system.
|
||||
networking = {
|
||||
hostName = "corp";
|
||||
defaultGateway = "159.89.144.1";
|
||||
defaultGateway = {
|
||||
address = "159.89.144.1";
|
||||
interface = "eth0";
|
||||
};
|
||||
defaultGateway6 = {
|
||||
address = "2604:a880:2:d1::1";
|
||||
interface = "eth0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue