summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:35:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-04-19 19:35:54 +0200
commitc6697ef0be380ffcef53c3ec346c0cc7fa399bbb (patch)
treea2211d8582f4176bf2eed802752be8b41fafbe99 /ymir.nix
parented18e65772ffaab9b34190330a24c2d5a7fb66df (diff)
downloadnixos-c6697ef0be380ffcef53c3ec346c0cc7fa399bbb.tar
nixos-c6697ef0be380ffcef53c3ec346c0cc7fa399bbb.tar.gz
nixos-c6697ef0be380ffcef53c3ec346c0cc7fa399bbb.tar.bz2
nixos-c6697ef0be380ffcef53c3ec346c0cc7fa399bbb.tar.xz
nixos-c6697ef0be380ffcef53c3ec346c0cc7fa399bbb.zip
...
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/ymir.nix b/ymir.nix
index 39f131d2..79f5c02c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -183,13 +183,11 @@ in rec {
183 80 # http 183 80 # http
184 443 # https 184 443 # https
185 9418 # git 185 9418 # git
186 64738 # murmur
187 53 # DNS 186 53 # DNS
188 6523 # Obby 187 6523 # Obby
189 4190 # Managesieve 188 4190 # Managesieve
190 ]; 189 ];
191 allowedUDPPorts = [ 64738 # murmur 190 allowedUDPPorts = [ 53 # DNS
192 53 # DNS
193 ]; 191 ];
194 allowedTCPPortRanges = [ { from = 20000; to = 21000; } # ftp 192 allowedTCPPortRanges = [ { from = 20000; to = 21000; } # ftp
195 ]; 193 ];