From 9efbaf6cee8f70b5747a7fec1991aaf62fe5a387 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 27 Jan 2026 13:44:16 +0100 Subject: [PATCH] wol experiments --- hosts/tower/configuration.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index b995757..84db49b 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -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 = {