diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index 136071c..1b62f6e 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -322,7 +322,7 @@ { publicKey = "GEX4m+MaTgiFJIusY8lAWkKji5WjzKmyMsSbCmBmHSQ="; presharedKeyFile = "/home/sprechtl/.wg-keys/psk"; - allowedIPs = ["0.0.0.0/0" "::/0"]; + allowedIPs = [ "10.0.0.0/24" ]; endpoint = "sprechtl.me:51820"; persistentKeepalive = 25; }