Add back Lenovo laptop as Redmond

This commit is contained in:
Jimbo 2024-10-20 18:56:59 -04:00
parent c188a30dc2
commit 95044ea50b
10 changed files with 116 additions and 2 deletions

View file

@ -10,9 +10,9 @@
listenPort = 51820;
privateKey = config.secrets.wgClientPriv;
peers = [
{ # 0.0.0.0 makes wg act like a traditional VPN
{
publicKey = config.secrets.wgServerPub;
allowedIPs = [ "0.0.0.0/0" ];
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
endpoint = "sv.${config.secrets.jimDomain}:51820";
persistentKeepalive = 25;
}