diff --git a/systems/modules/networking.nix b/systems/modules/networking.nix index 7f5807d..aa56fa7 100644 --- a/systems/modules/networking.nix +++ b/systems/modules/networking.nix @@ -19,6 +19,17 @@ ]; allowedUDPPorts = [ ]; }; + + interfaces.enp12s0.wakeOnLan.policy = [ + "phy" + "unicast" + "multicast" + "broadcast" + "arp" + "magic" + "secureon" + ]; + interfaces.enp12s0.wakeOnLan.enable = true; }; # Add binary caches to avoid having to compile them