wireguard: use new anemone key

This commit is contained in:
LavaDesu 2025-05-20 02:50:41 +10:00
parent 97ff0698af
commit 2fbf2dbb7b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -42,7 +42,7 @@ let
allowedIPs = [ "10.100.0.3/32" "${gcSecrets.wireguard.ipv6Subnet}:3"]; allowedIPs = [ "10.100.0.3/32" "${gcSecrets.wireguard.ipv6Subnet}:3"];
}; };
anemone = { anemone = {
publicKey = "Fkcp/VSN4Dkhly8V4hskF4lnDviA7VZHCnWf7OliFCg="; publicKey = "px5+JNdAmqBvUC++DhiJrUBRAr+BYP6iYVt4sbhPTWY=";
allowedIPs = [ "10.100.0.4/32" "${gcSecrets.wireguard.ipv6Subnet}:4" ]; allowedIPs = [ "10.100.0.4/32" "${gcSecrets.wireguard.ipv6Subnet}:4" ];
}; };
hibiscus = { hibiscus = {