mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
opened missing port
This commit is contained in:
parent
9012926d38
commit
1008f18cb9
|
@ -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 = [ ];
|
||||||
|
|
Loading…
Reference in a new issue