diff options
Diffstat (limited to 'depo/hidor-kahih/configuration.nix')
-rw-r--r-- | depo/hidor-kahih/configuration.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/depo/hidor-kahih/configuration.nix b/depo/hidor-kahih/configuration.nix index 43885ad..2238e05 100644 --- a/depo/hidor-kahih/configuration.nix +++ b/depo/hidor-kahih/configuration.nix @@ -9,9 +9,14 @@ }; firewall = { - allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 8080 8081]; + allowedTCPPorts = [ + 22 8000 8443 443 8080 8081 # std + 500 10000 # no idea + 8096 # emby + 8112 # deluge + ]; allowedTCPPortRanges = [ - { from = 3000; to = 3100; } # dev + { from = 3000; to = 3100; } # dev stuff ]; checkReversePath = false; }; |