opened missing port

This commit is contained in:
Harry 2024-07-16 15:07:52 +02:00
parent 9012926d38
commit 1008f18cb9

View file

@ -47,11 +47,14 @@ in
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22 22 # ssh
3000 # grafana
4000 # uptime-kuma
5030 # slskd 5030 # slskd
8080 # searxng 8080 # searxng
8083 # calibre-web 8083 # calibre-web
8443 # crafty-controller 8443 # crafty-controller
9000 # authentik
9091 # transmission 9091 # transmission
]; ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];