From e144526191963c90779db138514d945e3dfd9997 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 20:32:07 +0900 Subject: [PATCH] Test --- nixos/hosts/nixos-rpi4-03/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-03/default.nix b/nixos/hosts/nixos-rpi4-03/default.nix index 205ea75e..0de03b02 100644 --- a/nixos/hosts/nixos-rpi4-03/default.nix +++ b/nixos/hosts/nixos-rpi4-03/default.nix @@ -78,7 +78,7 @@ publicKey = "yPZ3EmmIqCkReXf1DRTxzVaKQ2k+ifGmYJHji5nnMmE="; presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key"; persistentKeepalive = 5; - allowedIPs = [ "0.0.0.0/0" ]; + allowedIPs = [ "10.100.0.1/24" ]; endpoint = "64.176.54.57:51820"; } ];