summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index cee8f0fa..21dd9548 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -188,7 +188,8 @@ in rec {
188 networking.firewall = { 188 networking.firewall = {
189 enable = true; 189 enable = true;
190 allowPing = true; 190 allowPing = true;
191 allowedTCPPorts = [ 22 191 allowedTCPPorts = [ 22 # SSH
192 8080 # thermoprint
192 ]; 193 ];
193 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 194 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
194 ]; 195 ];