feat(networking): add wol support

This commit is contained in:
Mohammad Rafiq 2025-03-24 01:22:27 +08:00
parent cbdeb114b0
commit 7a292dace0
No known key found for this signature in database

View file

@ -19,6 +19,17 @@
]; ];
allowedUDPPorts = [ ]; 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 # Add binary caches to avoid having to compile them