remove systemd managed nic

This commit is contained in:
foosinn 2020-10-21 11:36:01 +02:00
parent 8327fd061b
commit 620762f078

View file

@ -41,7 +41,6 @@ in {
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4"; networking.hostId = "eff291c4";
networking.hostName = "sphere"; networking.hostName = "sphere";
networking.interfaces.enp0s20f0u1.useDHCP = true;
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;
services.tlp.enable = true; services.tlp.enable = true;