summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-09-29 22:57:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-09-29 22:57:49 +0200
commit5c48e9aa09d2444af3860f5e4018b7fb5eda87e7 (patch)
treec565eec925150cebbf7cac2523e0477032daafd8
parent443b4b23ddf9672b52707ad379dcf6e23164c6dd (diff)
downloadnixos-5c48e9aa09d2444af3860f5e4018b7fb5eda87e7.tar
nixos-5c48e9aa09d2444af3860f5e4018b7fb5eda87e7.tar.gz
nixos-5c48e9aa09d2444af3860f5e4018b7fb5eda87e7.tar.bz2
nixos-5c48e9aa09d2444af3860f5e4018b7fb5eda87e7.tar.xz
nixos-5c48e9aa09d2444af3860f5e4018b7fb5eda87e7.zip
surtr: wireguard
-rw-r--r--hosts/surtr/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 72ed81ae..0eef940f 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -70,6 +70,9 @@
70 allowedTCPPorts = [ 70 allowedTCPPorts = [
71 22 # ssh 71 22 # ssh
72 ]; 72 ];
73 allowedUDPPorts = [
74 51820 # wireguard
75 ];
73 allowedUDPPortRanges = [ 76 allowedUDPPortRanges = [
74 { from = 60000; to = 61000; } # mosh 77 { from = 60000; to = 61000; } # mosh
75 ]; 78 ];