forked from nyanloutre/nixos-config
activation wakeonlan
This commit is contained in:
parent
9e7f38133d
commit
19fc863396
@ -84,6 +84,7 @@
|
|||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
services.openssh.forwardX11 = true;
|
services.openssh.forwardX11 = true;
|
||||||
|
|
||||||
|
services.wakeonlan.interfaces = [ { interface = "eno1"; method = "magicpacket"; } ];
|
||||||
|
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user