Got a rogue interface on zbox, disable DHCP

This commit is contained in:
2021-10-13 11:08:44 -07:00
parent 793c3c1363
commit c310aeb414
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
environment.systemPackages = with pkgs; [ opencv-java ];
networking = {
useDHCP = false;
interfaces = {
eno1.useDHCP = false;
intif0 = { useDHCP = true; };