feat: simplify network config
parent
1420de7bfc
commit
536166d84f
|
@ -34,8 +34,7 @@
|
|||
swapDevices =
|
||||
[{ device = "/dev/disk/by-uuid/9b775e18-ab8c-4647-9ab1-a51391af6d6d"; }];
|
||||
|
||||
networking.interfaces.enp4s0.useDHCP = lib.mkDefault true;
|
||||
networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue