From 9c9350437e8927d5eec5b2c6c87db154c4420fd2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 19:57:45 +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 cf65d5ef..da430234 100644 --- a/nixos/hosts/nixos-rpi4-03/default.nix +++ b/nixos/hosts/nixos-rpi4-03/default.nix @@ -68,7 +68,7 @@ enable = true; interfaces = { "wireguard0" = { - ips = [ "10.100.0.2/24" ]; + ips = [ "10.100.0.2/32" ]; privateKeyFile = "/run/secrets/wireguard_keys/nixos-rpi4-03"; # Testing peers = [