chore: set ip for direct connection on iris

This commit is contained in:
Ahwx 2025-10-03 15:26:08 +02:00
parent e256b86334
commit cfa3de1bb5

View file

@ -27,17 +27,15 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
systemd.network.networks."99-local" = { networking = {
matchConfig.name = "enp68s0"; interfaces.ens4d1 = {
address = [ ipv4.addresses = [
"192.168.1.100/24" {
]; address = "192.168.1.101";
routes = [ prefixLength = 24;
{ }
Gateway = "172.16.10.1"; ];
GatewayOnLink = false; };
}
];
}; };
liv = { liv = {