summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 3ef65f26..2fc1aa57 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -179,9 +179,9 @@
179 networking.firewall = { 179 networking.firewall = {
180 enable = true; 180 enable = true;
181 allowPing = true; 181 allowPing = true;
182 allowTCPPorts = [ 22 182 allowedTCPPorts = [ 22
183 ]; 183 ];
184 allowUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 184 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
185 ]; 185 ];
186 }; 186 };
187 187