summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 871d3e6c..86c24228 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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