summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 777b9139..9b9b19a1 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -142,8 +142,10 @@ in rec {
142 80 # http 142 80 # http
143 443 # https 143 443 # https
144 9418 # git 144 9418 # git
145 64738 # murmur
145 ]; 146 ];
146 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 147 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
148 64738
147 ]; 149 ];
148 }; 150 };
149 enableIPv6 = true; 151 enableIPv6 = true;