Disable DHCP because it blocks on boot

This commit is contained in:
jalr 2021-03-24 01:15:27 +01:00
parent fd19b9b513
commit 7a06302afa

View file

@ -41,7 +41,6 @@
networking = {
hostName = "cadmium";
interfaces.enp3s0.useDHCP = true;
networkmanager = {
enable = true;
};