summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 20:24:18 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 20:24:18 +0200
commit70d62fea7712fdb45a0cb5b38da066443106a740 (patch)
tree098e5e03bea0ad189ea8d368098e56af7a127d34
parentc704e54cf96fb118343c4686945bc628f50d9214 (diff)
downloadnixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar
nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.gz
nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.bz2
nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.xz
nixos-70d62fea7712fdb45a0cb5b38da066443106a740.zip
bragi firewall
-rw-r--r--bragi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 6e826074..d586a489 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -215,7 +215,8 @@ in rec {
215 enable = true; 215 enable = true;
216 allowPing = true; 216 allowPing = true;
217 allowedTCPPorts = [ 22 # SSH 217 allowedTCPPorts = [ 22 # SSH
218 # 8080 # thermoprint 218 8080 # thermoprint
219 8081 # thermoprint-webgui
219 6600 # MPD 220 6600 # MPD
220 ]; 221 ];
221 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 222 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh