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;