summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:09:51 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:09:51 +0200
commitf50d3909cc3abf3e0aa0d7ebf79ddb7814767caf (patch)
tree4f1be6c2f9b4087d0d188e31c10b15de5706870a /bragi.nix
parent5802bf2d025b454703a456ef39ba7776a0d5eec8 (diff)
downloadnixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar
nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.gz
nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.bz2
nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.xz
nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.zip
allow nginx through firewall
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 4fc0f2dc..13a50d73 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -207,8 +207,7 @@ in rec {
207 enable = true; 207 enable = true;
208 allowPing = true; 208 allowPing = true;
209 allowedTCPPorts = [ 22 # SSH 209 allowedTCPPorts = [ 22 # SSH
210 8080 # thermoprint 210 80 # HTTP
211 8081 # thermoprint-webgui
212 6600 # MPD 211 6600 # MPD
213 ]; 212 ];
214 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 213 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh