8 lines
191 B
Nix
8 lines
191 B
Nix
#
|
|
# Energy savings for trailblazer.
|
|
#
|
|
{ ... }:
|
|
{
|
|
# Allow WoL from being targeted by e.g. a SSH connection.
|
|
networking.interfaces."enp14s0".wakeOnLan.policy = [ "magic" "unicast" ];
|
|
}
|