From 14c5e1213d471e37927df2340d6c151f43bd03e9 Mon Sep 17 00:00:00 2001 From: ant Date: Sun, 14 Sep 2025 21:13:21 +0200 Subject: [PATCH] hs: fix network intface name for WOL --- os/hs/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hs/configuration.nix b/os/hs/configuration.nix index 2dab667..713d557 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -66,7 +66,7 @@ in { services.fail2ban.enable = true; - networking.interfaces.enp10s0.wakeOnLan.enable = true; + networking.interfaces.enp9s0.wakeOnLan.enable = true; systemd.services.ragnamod = { enable = false; after = [ "network.target" ];