dhcp: no DHCP client at all with force

This commit is contained in:
Astro 2019-11-03 21:04:43 +01:00
parent d3b5bda4e6
commit aa124f2fee

View File

@ -16,7 +16,7 @@
address = "172.22.99.254"; address = "172.22.99.254";
prefixLength = 24; prefixLength = 24;
} ]; } ];
useDHCP = false; useDHCP = lib.mkForce false;
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run: