dotfiles/nixos/hosts/trailblazer/energy.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" ];
}