index — nix @ 7bb5e17f9e1ecb48271aa1e67ecddbe535bba305

My first nix server; runs a minecraft server

wg: allow remote connection
crispy-caesus crispy@crispy-caesus.eu
Tue, 07 Apr 2026 01:10:09 +0200
commit

7bb5e17f9e1ecb48271aa1e67ecddbe535bba305

parent

da8020538b76918be929594f24d89d1723bbca38

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

jump to
M configuration.nixconfiguration.nix

@@ -84,7 +84,8 @@ peers = [

{ endpoint = "202.61.203.128:51820"; publicKey = "dGeLAqZD81XYcZQBJ5SELiUGh7hD//G+o1rahSpxY0s="; - allowedIPs = [ "10.0.0.1/32" ]; + allowedIPs = [ "10.0.0.1/32" "10.0.0.6/32" ]; + persistentKeepalive = 25; } ]; };