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