host/tatos: fix wireguard keys

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-29 22:54:00 +03:00
parent 52993be543
commit 1d4760974f
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 2 deletions

View File

@ -74,12 +74,12 @@ in
}
# Phone 1
{
publicKey = "KRgGzoFk8UjZ1wUWXkt53wI7sJfdP/QaoVY3Xnh13Ws=";
publicKey = "bwKSB61krDPZV9JVw2ChPCImxqjJHQ2vXvWjbqPy/2o=";
allowedIPs = [ "10.20.30.5/32" ];
}
# Phone 2
{
publicKey = "EtnHCU478Ne7dtIctq4yFUNjHGXB7SIQEs2g82VzmBc=";
publicKey = "0+ejwId5JcTeMvoz+I/ACpmpUFjD7rl9wqz8H/OAHEw=";
allowedIPs = [ "10.20.30.6/32" ];
}
];