ryzensun: add pub.solar wireguard to networking

This commit is contained in:
teutat3s 2024-04-07 21:34:20 +02:00
parent 83d72c275a
commit 15ab5192b7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -53,6 +53,25 @@
}
];
};
wg2 = {
address = ["10.7.6.204/32"];
privateKeyFile = "/etc/wireguard/wg2.privatekey";
peers = [
{ # nachtigall.pub.solar
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];
endpoint = "[2a01:4f8:172:1c25::1]:51820";
persistentKeepalive = 15;
}
{ # flora-6.pub.solar
publicKey = "jtSR5G2P/nm9s8WrVc26Xc/SQLupRxyXE+5eIeqlsTU=";
allowedIPs = [ "10.7.6.2/32" "fd00:fae:fae:fae:fae:2::/96" ];
endpoint = "80.71.153.210:51820";
persistentKeepalive = 15;
}
];
};
#wg1 = {
# address = [ "10.13.0.1/32" ];
# privateKeyFile = "/etc/wireguard/wg1.privatekey";