wol experiments

This commit is contained in:
alisceon 2026-01-27 13:44:16 +01:00
parent 19450416e9
commit 9efbaf6cee

View file

@ -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 = {