dhcp: no client

This commit is contained in:
Astro 2019-04-01 03:30:31 +02:00
parent b2a2cacdc2
commit 1dab3fbc6e
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
# dhcp
networking.firewall.allowedUDPPorts = [ 67 68 ];
networking.useDHCP = false;
services.dhcpd4 = {
enable = true;