Merge branch 'main' of https://git.cyperpunk.de/DerGrumpf/cyper-nix
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user