[NixOS] Remove graphical flake dependencies from bootstrap flake

This commit is contained in:
2023-06-29 01:11:43 -06:00
parent 4d182e2e74
commit f9182e1fb2
4 changed files with 5 additions and 84 deletions

View File

@@ -10,7 +10,7 @@
hardware.enableRedistributableFirmware = true;
networking.useDHCP = false;
networking.useDHCP = true;
networking.interfaces.eth0.useDHCP = true;
networking.interfaces.wlan0.useDHCP = true;