Got a rogue interface on zbox, disable DHCP
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
environment.systemPackages = with pkgs; [ opencv-java ];
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
interfaces = {
|
||||
eno1.useDHCP = false;
|
||||
intif0 = { useDHCP = true; };
|
||||
|
||||
Reference in New Issue
Block a user