add conduwuit matrix server

This commit is contained in:
Grisha Shipunov 2025-02-05 18:11:49 +00:00
parent c1352fdd88
commit 877e806b3a
8 changed files with 205 additions and 0 deletions

View file

@ -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;
};
};
}
];