diff --git a/hosts/andromache/default.nix b/hosts/andromache/default.nix index 4fa9ad8..ab5cd86 100644 --- a/hosts/andromache/default.nix +++ b/hosts/andromache/default.nix @@ -128,4 +128,15 @@ in enable = true; package = pkgs.plocate; }; + + networking = { + interfaces = { + eno1 = { + wakeOnLan.enable = true; + }; + }; + firewall = { + allowedUDPPorts = [ 9 ]; + }; + }; }