wol experiments
This commit is contained in:
parent
19450416e9
commit
9efbaf6cee
1 changed files with 8 additions and 3 deletions
|
|
@ -3,9 +3,14 @@
|
|||
{
|
||||
imports =
|
||||
[ ./hardware-configuration.nix ];
|
||||
networking.hostName = "tower";
|
||||
networking.interfaces.enp10s0.wakeOnLan = {
|
||||
enable = true;
|
||||
networking = {
|
||||
hostName = "tower";
|
||||
interfaces.enp10s0.wakeOnLan = {
|
||||
enable = true;
|
||||
};
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 9 ];
|
||||
}
|
||||
};
|
||||
time.hardwareClockInLocalTime = true;
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue