From 63c0f5295581481396a4d068ef69c405ebdd2306 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 16 Oct 2023 20:21:00 -0600 Subject: [PATCH] s0: use eth1 --- machines/storage/s0/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/storage/s0/hardware-configuration.nix b/machines/storage/s0/hardware-configuration.nix index 3c14aa3..1623539 100644 --- a/machines/storage/s0/hardware-configuration.nix +++ b/machines/storage/s0/hardware-configuration.nix @@ -59,6 +59,7 @@ swapDevices = [ ]; networking.interfaces.eth0.useDHCP = true; + networking.interfaces.eth1.useDHCP = true; powerManagement.cpuFreqGovernor = "powersave"; }