index — nix @ e8fab4c65b33246a1bb43ec2f90a19714037f7d1

My first nix server; runs a minecraft server

wg: add tower
crispy-caesus crispy@crispy-caesus.eu
Sun, 12 Apr 2026 21:59:57 +0200
commit

e8fab4c65b33246a1bb43ec2f90a19714037f7d1

parent

97205946f9b8afb441759d728239cd6519fa1d3a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M modules/wireguard.nixmodules/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; } ];