From 28322fab788eadae3f2c849071e4754baf8ff8af Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 26 Nov 2025 00:19:01 +0100 Subject: [PATCH] add rpi host to wireguard --- hosts/nixos/vps/system.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/nixos/vps/system.nix b/hosts/nixos/vps/system.nix index 83082c6..8ff54a7 100644 --- a/hosts/nixos/vps/system.nix +++ b/hosts/nixos/vps/system.nix @@ -126,6 +126,11 @@ publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA="; allowedIPs = [ "10.2.2.30/32" ]; } + { + name = "rpi-wg-10-2-2-200"; + publicKey = "vA+jDEtpkqHG0h3AfE0sZXuvw7kkLy/rq5VwwtCOnyE="; + allowedIPs = [ "10.2.2.200/32" ]; + } ]; }; };