From 3c52b81d99658689fc60b7d86e0f61f2a4f47ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 15 May 2025 21:20:09 +0200 Subject: [PATCH] Add name and endpoint to wg config --- hosts/http-proxy/wireguard.nix | 2 ++ 1 file changed, 2 insertions(+) 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;