fix: add comment with hostnames to wireguard peers
Flake checks / Check (pull_request) Successful in 12m31s Details

pull/145/head
teutat3s 2024-04-12 22:36:17 +02:00
parent 7e145040cc
commit b6a54efd9a
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
];
privateKeyFile = config.age.secrets.wg-private-key.path;
peers = flake.self.logins.admins.wireguardDevices ++ [
{
{ # nachtigall.pub.solar
endpoint = "138.201.80.102:51820";
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];

View File

@ -18,7 +18,7 @@
];
privateKeyFile = config.age.secrets.wg-private-key.path;
peers = flake.self.logins.admins.wireguardDevices ++ [
{
{ # flora-6.pub.solar
endpoint = "80.71.153.210:51820";
publicKey = "jtSR5G2P/nm9s8WrVc26Xc/SQLupRxyXE+5eIeqlsTU=";
allowedIPs = [ "10.7.6.2/32" "fd00:fae:fae:fae:fae:2::/96" ];