From 877e806b3a3a6ea70277087ce7f660a4e9feaf83 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 5 Feb 2025 18:11:49 +0000 Subject: add conduwuit matrix server --- modules/wg/proxy.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/wg/proxy.nix') diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index a94f7e2..3b92b8d 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -63,6 +63,14 @@ publicKey = "pXiOmI3aspl2IvdvLXLddxw76QYMRTACNm42nq+L4D0="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "conduwuit" = { + address = [ + "10.89.88.16/24" + "fd31:185d:722f::16/48" + ]; + publicKey = "dj5/CnTAFe5ELnZ5oWonYc+5VdzDyooTYGb/bqcxf3Y="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; -- cgit v1.3.1