This commit is contained in:
Tim Schubert 2021-01-02 18:53:15 +01:00
parent 28f312aa1f
commit 6f06fe69a5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 3 additions and 3 deletions

View file

@ -89,7 +89,7 @@ in
networking.wireguard.interfaces."hydra" = {
ips = [ "10.3.3.1/24" ];
ips = [ "10.3.3.3/24" ];
listenPort = 51235;
privateKeyFile = "/var/lib/wireguard/hydra";
@ -97,7 +97,7 @@ in
peers = [
{
publicKey = "KzL+PKlv4LktIqqTqC9Esw8dkSZN2qSn/vq76UHbOlY=";
allowedIPs = [ "10.3.3.3/32" ];
allowedIPs = [ "10.3.3.1/32" ];
endpoint = "surgat.dadada.li:51235";
persistentKeepalive = 25;
}

View file

@ -106,7 +106,7 @@ in
peers = [
{
publicKey = "CTKwL6+SJIqKXr1DIHejMDgjoxlWPaT78Pz3+JqcNlw=";
allowedIPs = [ "10.3.3.1/32" ];
allowedIPs = [ "10.3.3.3/32" ];
persistentKeepalive = 25;
}
];