wireguard: fix flora-6 address #129

Merged
b12f merged 2 commits from fix/wg-flora-6-address into main 2024-04-05 11:26:38 +00:00
Showing only changes of commit 1d27376133 - Show all commits

View file

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