system/wireguard: use new keys for hazel
This commit is contained in:
parent
adf5409e32
commit
74e7f5435f
3 changed files with 9 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ let
|
|||
};
|
||||
};
|
||||
hazel = {
|
||||
publicKey = "vQ5a2KMrwi7RCRsD0yvog+n35vQYFuvwiPn+W4lbRBw=";
|
||||
publicKey = "0zruTndObzHo+b1rbOuTsxCU97epygZycxXS/lgUHUc=";
|
||||
allowedIPs = [ "10.100.0.21/32" "${gcSecrets.wireguard.ipv6Subnet}:21" "fd0d::21" ];
|
||||
interfaces = {
|
||||
wg0 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue