feat(networking): add wol support
This commit is contained in:
parent
cbdeb114b0
commit
7a292dace0
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue