summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 21dd9548..d9cf6bf3 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -190,6 +190,7 @@ in rec {
190 allowPing = true; 190 allowPing = true;
191 allowedTCPPorts = [ 22 # SSH 191 allowedTCPPorts = [ 22 # SSH
192 8080 # thermoprint 192 8080 # thermoprint
193 6600 # MPD
193 ]; 194 ];
194 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 195 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
195 ]; 196 ];