From 8c6571727b51a7745b468e8001db84dac087644c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 15 Feb 2026 20:17:02 +0100 Subject: [PATCH] I forgot the bloody ports! --- 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 dc27bbc..6a987d3 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]; - networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001]; + networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465]; + networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465]; system.stateVersion = "25.11"; };