feat: simplify network config
This commit is contained in:
parent
85a1b778d2
commit
b5d454b619
2 changed files with 2 additions and 5 deletions
|
@ -39,7 +39,7 @@
|
|||
swapDevices =
|
||||
[{ device = "/dev/disk/by-uuid/b90199d6-05e8-4994-bf9d-7b07f10d583e"; }];
|
||||
|
||||
networking.interfaces.eno1.useDHCP = lib.mkDefault true;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue