feat(matrix): replace conduit with dendrite!
This commit is contained in:
parent
44068449a9
commit
0e2babb4e4
4 changed files with 78 additions and 19 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue