From 1dab3fbc6e27c84fd0d7f74349eb14b8e2fcca74 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Apr 2019 03:30:31 +0200 Subject: [PATCH] dhcp: no client --- hosts/storage-ng/dhcp/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/storage-ng/dhcp/configuration.nix b/hosts/storage-ng/dhcp/configuration.nix index 15e35494..a24cfd7a 100644 --- a/hosts/storage-ng/dhcp/configuration.nix +++ b/hosts/storage-ng/dhcp/configuration.nix @@ -24,6 +24,7 @@ # dhcp networking.firewall.allowedUDPPorts = [ 67 68 ]; + networking.useDHCP = false; services.dhcpd4 = { enable = true;