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;
};
systemd.network.networks."99-local" = {
matchConfig.name = "enp68s0";
address = [
"192.168.1.100/24"
];
routes = [
{
Gateway = "172.16.10.1";
GatewayOnLink = false;
}
];
networking = {
interfaces.ens4d1 = {
ipv4.addresses = [
{
address = "192.168.1.101";
prefixLength = 24;
}
];
};
};
liv = {