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

View File

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