add rpi host to wireguard

This commit is contained in:
Yan Lin 2025-11-26 00:19:01 +01:00
parent 3a19f133a7
commit 28322fab78

View file

@ -126,6 +126,11 @@
publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA="; publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA=";
allowedIPs = [ "10.2.2.30/32" ]; allowedIPs = [ "10.2.2.30/32" ];
} }
{
name = "rpi-wg-10-2-2-200";
publicKey = "vA+jDEtpkqHG0h3AfE0sZXuvw7kkLy/rq5VwwtCOnyE=";
allowedIPs = [ "10.2.2.200/32" ];
}
]; ];
}; };
}; };