I forgot the bloody ports!

This commit is contained in:
Root User 2026-02-15 20:17:02 +01:00
parent a3249aa479
commit 8c6571727b
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -567,8 +567,8 @@ in {
wants = ["acme-finished-prg-radio.org.target"]; wants = ["acme-finished-prg-radio.org.target"];
}; };
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001]; networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001]; networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465];
system.stateVersion = "25.11"; system.stateVersion = "25.11";
}; };