diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 20:24:18 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-17 20:24:18 +0200 |
| commit | 70d62fea7712fdb45a0cb5b38da066443106a740 (patch) | |
| tree | 098e5e03bea0ad189ea8d368098e56af7a127d34 | |
| parent | c704e54cf96fb118343c4686945bc628f50d9214 (diff) | |
| download | nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.gz nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.bz2 nixos-70d62fea7712fdb45a0cb5b38da066443106a740.tar.xz nixos-70d62fea7712fdb45a0cb5b38da066443106a740.zip | |
bragi firewall
| -rw-r--r-- | bragi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |
