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 =
[ ./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 = {