nixos/network-interfaces-systemd: fix WoL policy handling
This commit is contained in:
@@ -79,7 +79,7 @@ let
|
||||
links = mkIf i.wakeOnLan.enable {
|
||||
"40-${i.name}" = {
|
||||
matchConfig.name = i.name;
|
||||
linkConfig.WakeOnLan = i.wakeOnLan.policy;
|
||||
linkConfig.WakeOnLan = concatStringsSep " " i.wakeOnLan.policy;
|
||||
};
|
||||
};
|
||||
netdevs = mkIf i.virtual {
|
||||
|
||||
Reference in New Issue
Block a user