forked from nyanloutre/nixos-config
activation wakeonlan
This commit is contained in:
parent
9e7f38133d
commit
19fc863396
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.forwardX11 = true;
|
||||
|
||||
services.wakeonlan.interfaces = [ { interface = "eno1"; method = "magicpacket"; } ];
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue