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,18 +27,16 @@
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"
];
routes = [
{ {
Gateway = "172.16.10.1"; address = "192.168.1.101";
GatewayOnLink = false; prefixLength = 24;
} }
]; ];
}; };
};
liv = { liv = {
desktop.enable = true; desktop.enable = true;