diff --git a/machines/shinobu/services/router.nix b/machines/shinobu/services/router.nix index e056eed..a0a8f7d 100644 --- a/machines/shinobu/services/router.nix +++ b/machines/shinobu/services/router.nix @@ -75,8 +75,8 @@ in }; wireguardPeers = lib.singleton { wireguardPeerConfig = { - Endpoint = "185.65.134.86:51820"; - PublicKey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s="; + Endpoint = "193.32.248.71:51820"; + PublicKey = "eprzkkkSbXCANngQDo305DIAvkKAnZaN71IpTNaOoTk="; AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; PersistentKeepalive = 25; };