diff --git a/hosts/http-proxy/wireguard.nix b/hosts/http-proxy/wireguard.nix index e06b7eb..7ee33c1 100644 --- a/hosts/http-proxy/wireguard.nix +++ b/hosts/http-proxy/wireguard.nix @@ -15,6 +15,8 @@ privateKeyFile = config.sops.secrets.wireguard_private_key.path; peers = [ { + name = "docker2.t-juice.club"; + endpoint = "docker2.t-juice.club:51820"; publicKey = "32Rb13wExcy8uI92JTnFdiOfkv0mlQ6f181WA741DHs="; allowedIPs = [ "10.69.222.0/24" ]; persistentKeepalive = 25;