wg: add tower
crispy-caesus crispy@crispy-caesus.eu
Sun, 12 Apr 2026 21:59:57 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
modules/wireguard.nix
→
modules/wireguard.nix
@@ -13,7 +13,7 @@ peers = [
{ endpoint = "202.61.203.128:51820"; publicKey = "dGeLAqZD81XYcZQBJ5SELiUGh7hD//G+o1rahSpxY0s="; - allowedIPs = [ "10.0.0.1/32" "10.0.0.6/32" "10.0.0.19/32"]; + allowedIPs = [ "10.0.0.1/32" "10.0.0.6/32" "10.0.0.19/32" "10.0.0.4/32"]; persistentKeepalive = 25; } ];