nix-config/hosts/pc/networking.nix
2026-02-23 20:50:47 +01:00

7 lines
129 B
Nix

{
networking.hostName = "pc";
networking.interfaces.enp6s0.wakeOnLan = {
enable = true;
policy = [ "magic" ];
};
}