This commit is contained in:
2026-04-14 14:46:49 +02:00

View File

@@ -14,7 +14,10 @@
networkConfig = { networkConfig = {
Address = "192.168.2.40/24"; Address = "192.168.2.40/24";
Gateway = "192.168.2.1"; Gateway = "192.168.2.1";
DNS = "192.168.2.2"; DNS = [
"192.168.2.2"
"1.1.1.1"
];
DHCP = "no"; DHCP = "no";
}; };
}; };