shinobu: Change wg-mullvad peer

nazuna
Simon Bruder 2023-08-08 11:42:52 +02:00
parent 347f2a0183
commit 751e9d51b9
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ in
}; };
wireguardPeers = lib.singleton { wireguardPeers = lib.singleton {
wireguardPeerConfig = { wireguardPeerConfig = {
Endpoint = "185.65.134.86:51820"; Endpoint = "193.32.248.71:51820";
PublicKey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s="; PublicKey = "eprzkkkSbXCANngQDo305DIAvkKAnZaN71IpTNaOoTk=";
AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; AllowedIPs = [ "0.0.0.0/0" "::0/0" ];
PersistentKeepalive = 25; PersistentKeepalive = 25;
}; };