feat(matrix): replace conduit with dendrite!

This commit is contained in:
uku 2024-04-09 11:12:41 +02:00
parent 44068449a9
commit 0e2babb4e4
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 78 additions and 19 deletions

View file

@ -10,6 +10,7 @@ in {
./minecraft.nix
./attic.nix
./matrix.nix
];
age.secrets = let
@ -21,6 +22,11 @@ in {
group = "cloudflared";
};
dendriteKey = {
file = "${path}/dendriteKey.age";
mode = "444";
};
apiRsEnv.file = "${path}/apiRsEnv.age";
ukubotRsEnv.file = "${path}/ukubotRsEnv.age";
ngrokEnv.file = "${path}/ngrokEnv.age";