wireguard: fix flora-6 address
All checks were successful
Flake checks / Check (pull_request) Successful in 8m58s

This commit is contained in:
Benjamin Yule Bädorf 2024-04-05 13:18:48 +02:00
parent 51523439e7
commit 1d27376133
Signed by: b12f
GPG key ID: 729956E1124F8F26

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" ];
}