summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cez/modules/wireguard.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/cez/modules/wireguard.nix b/hosts/cez/modules/wireguard.nix
index ef73838..4f7625b 100644
--- a/hosts/cez/modules/wireguard.nix
+++ b/hosts/cez/modules/wireguard.nix
@@ -18,6 +18,7 @@ in
allowedIPs = [
"10.0.1.0/24"
"104.16.0.0/12"
+ "172.64.0.0/13"
];
endpoint = "${domain}:51820";
persistentKeepalive = 25;