7 lines
129 B
Nix
7 lines
129 B
Nix
{
|
|
networking.hostName = "pc";
|
|
networking.interfaces.enp6s0.wakeOnLan = {
|
|
enable = true;
|
|
policy = [ "magic" ];
|
|
};
|
|
}
|