From aa124f2fee738ab6dff45a01f18c0d8b3064669c Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 3 Nov 2019 21:04:43 +0100 Subject: [PATCH] dhcp: no DHCP client at all with force --- hosts/containers/dhcp/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/dhcp/configuration.nix b/hosts/containers/dhcp/configuration.nix index 0f76c314..c0dfdc06 100644 --- a/hosts/containers/dhcp/configuration.nix +++ b/hosts/containers/dhcp/configuration.nix @@ -16,7 +16,7 @@ address = "172.22.99.254"; prefixLength = 24; } ]; - useDHCP = false; + useDHCP = lib.mkForce false; }; # List packages installed in system profile. To search, run: