diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |