diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:09:51 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:09:51 +0200 |
commit | f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf (patch) | |
tree | 4f1be6c2f9b4087d0d188e31c10b15de5706870a | |
parent | 5802bf2d025b454703a456ef39ba7776a0d5eec8 (diff) | |
download | nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.gz nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.bz2 nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.tar.xz nixos-f50d3909cc3abf3e0aa0d7ebf79ddb7814767caf.zip |
allow nginx through firewall
-rw-r--r-- | bragi.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |