From f4d5490fdf18c4539157676c285ff6955fadd65b Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 21:17:37 +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 043bea0a..a1808652 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.0/24" ]; endpoint = "64.176.54.57:51820"; } ];