summaryrefslogtreecommitdiff
path: root/modules/wg
diff options
context:
space:
mode:
authorGrisha Shipunov2025-02-05 18:11:49 +0000
committerGrisha Shipunov2025-02-06 00:41:52 +0000
commit877e806b3a3a6ea70277087ce7f660a4e9feaf83 (patch)
tree71cede76ab9b3670f7e16287ddd6467604c4938b /modules/wg
parentc1352fdd88f1f3932f117fbf765b63c142376867 (diff)
add conduwuit matrix server
Diffstat (limited to 'modules/wg')
-rw-r--r--modules/wg/proxy.nix8
1 files changed, 8 insertions, 0 deletions
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;
+ };
};
}
];