Machines/Everest: change ip address and default gateway
This commit is contained in:
parent
d713ba1f15
commit
a60ca21925
1 changed files with 3 additions and 3 deletions
|
|
@ -22,14 +22,14 @@
|
|||
wakeOnLan.enable = true;
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.0.160";
|
||||
prefixLength = 24;
|
||||
address = "10.0.0.2";
|
||||
prefixLength = 8;
|
||||
}
|
||||
];
|
||||
};
|
||||
# I use networkd, so I need to declare the interface for the default gateway
|
||||
defaultGateway = {
|
||||
address = "192.168.0.1";
|
||||
address = "10.0.0.1";
|
||||
interface = "eno1";
|
||||
};
|
||||
nameservers = ["9.9.9.9"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue