From e389ebb672bacd4abae693154ec6f0ff715e517d Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 15 Feb 2026 21:04:33 +0100 Subject: [PATCH] Forgor... again. --- nix-system-configs/modules/system/traefik.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 13a80fb..ac89e9b 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -567,8 +567,8 @@ in { wants = ["acme-finished-prg-radio.org.target"]; }; - networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465]; - networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465]; + networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25]; + networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25]; system.stateVersion = "25.11"; };