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" ];