diff options
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -206,6 +206,7 @@ in rec { | |||
206 | allowPing = true; | 206 | allowPing = true; |
207 | allowedTCPPorts = [ 22 # SSH | 207 | allowedTCPPorts = [ 22 # SSH |
208 | 80 # HTTP | 208 | 80 # HTTP |
209 | 5432 # PostgreSQL | ||
209 | 6600 # MPD | 210 | 6600 # MPD |
210 | ]; | 211 | ]; |
211 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh | 212 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh |