s0: use eth1
Some checks failed
Check Flake / check-flake (push) Failing after 9s

This commit is contained in:
Zuckerberg 2023-10-16 20:21:00 -06:00
parent 5413a8e7db
commit 63c0f52955

View File

@ -59,6 +59,7 @@
swapDevices = [ ]; swapDevices = [ ];
networking.interfaces.eth0.useDHCP = true; networking.interfaces.eth0.useDHCP = true;
networking.interfaces.eth1.useDHCP = true;
powerManagement.cpuFreqGovernor = "powersave"; powerManagement.cpuFreqGovernor = "powersave";
} }