diff options
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ]; |