mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
opened missing port
This commit is contained in:
parent
9012926d38
commit
1008f18cb9
|
@ -47,11 +47,14 @@ in
|
|||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
22 # ssh
|
||||
3000 # grafana
|
||||
4000 # uptime-kuma
|
||||
5030 # slskd
|
||||
8080 # searxng
|
||||
8083 # calibre-web
|
||||
8443 # crafty-controller
|
||||
9000 # authentik
|
||||
9091 # transmission
|
||||
];
|
||||
allowedUDPPorts = [ ];
|
||||
|
|
Loading…
Reference in a new issue