diff --git a/modules/wireguard/home.nix b/modules/wireguard/home.nix index 1982dab..3cef343 100644 --- a/modules/wireguard/home.nix +++ b/modules/wireguard/home.nix @@ -70,7 +70,8 @@ in { allowedIPs = [ "10.80.0.0/24" ]; publicKey = peers."${serverHostName}".publicKey; - endpoint = "${serverHostName}.sbruder.de:51820"; + #endpoint = "${serverHostName}.sbruder.de:51820"; # not possible because sadly not all devices have IPv6 connectivity + endpoint = "195.201.139.15:51820"; persistentKeepalive = 25; } ];