dhcp: no DHCP client at all pls

This commit is contained in:
Astro 2019-11-03 21:02:56 +01:00
parent e4b0ba7c25
commit d3b5bda4e6
1 changed files with 2 additions and 1 deletions

View File

@ -10,11 +10,13 @@
networking.hostName = "dhcp";
networking.defaultGateway = "172.22.99.1";
networking.nameservers = [ "172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ];
networking.useDHCP = false;
networking.interfaces.eth0 = {
ipv4.addresses = [ {
address = "172.22.99.254";
prefixLength = 24;
} ];
useDHCP = false;
};
# List packages installed in system profile. To search, run:
@ -25,7 +27,6 @@
# dhcp
networking.firewall.allowedUDPPorts = [ 67 68 ];
networking.useDHCP = false;
services.dhcpd4 = {
enable = true;