vps-2024-01-11-15-27-57

This commit is contained in:
Alexander Szczepanski
2024-01-11 15:27:57 +01:00
parent 77bbf52d62
commit 6ebea9fdb2
2 changed files with 7 additions and 1 deletions

View File

@ -7,4 +7,6 @@
wireguard-vps-public = "gXG2XaFJZq3/MDva1vbaicRs9z9XfAR2wPLHmg4hRlI=";
wireguard-vps2-public = "fzWLlrK4RqbgBpjQLLwKxGI92aidpZUksjZ6FIrFmEE=";
wireguard-vps3-public = "qfE7vQ+XavOMKgSYxa/me40auoEV3ip/vbiSzjMKgXc=";
wireguard-a53-public = "ebXyBQkOYw8zK2KXAs0NKn2h1Fu53ScysJS/hFhTix4=";
}

View File

@ -80,7 +80,11 @@ in
presharedKey = secrets.wireguard-preshared;
allowedIPs = [ "10.100.0.8/32" ];
}
{
publicKey = secrets.wireguard-a53-public;
# presharedKey = secrets.wireguard-preshared;
allowedIPs = [ "10.100.0.9/32" ];
}
{
publicKey = secrets.wireguard-vps2-public;
presharedKey = secrets.wireguard-preshared;