Machines/everest: change eno1 ip

This commit is contained in:
Toast 2025-03-10 14:18:51 +01:00
parent 6be10e325a
commit 790b5ec4e7

View file

@ -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"];