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 =
|
imports =
|
||||||
[ ./hardware-configuration.nix ];
|
[ ./hardware-configuration.nix ];
|
||||||
networking.hostName = "tower";
|
networking = {
|
||||||
networking.interfaces.enp10s0.wakeOnLan = {
|
hostName = "tower";
|
||||||
enable = true;
|
interfaces.enp10s0.wakeOnLan = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
firewall = {
|
||||||
|
allowedUDPPorts = [ 9 ];
|
||||||
|
}
|
||||||
};
|
};
|
||||||
time.hardwareClockInLocalTime = true;
|
time.hardwareClockInLocalTime = true;
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue