summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-16 20:48:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-16 20:48:47 +0200
commit19010788ab5729346247f4a5ab4425c117f10350 (patch)
treef87dc38ee300b952e0d0343c8a943ff7aa99b439
parent48dce5d6d9d19e9c560313461574152dbb795487 (diff)
downloadnixos-19010788ab5729346247f4a5ab4425c117f10350.tar
nixos-19010788ab5729346247f4a5ab4425c117f10350.tar.gz
nixos-19010788ab5729346247f4a5ab4425c117f10350.tar.bz2
nixos-19010788ab5729346247f4a5ab4425c117f10350.tar.xz
nixos-19010788ab5729346247f4a5ab4425c117f10350.zip
grammar
-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