Use postgresql as database for Matrix bridges

This commit is contained in:
2023-06-12 16:54:44 +02:00
parent 27f170070c
commit 13a91c8948
6 changed files with 29 additions and 9 deletions

View File

@@ -162,6 +162,16 @@ with pkgs;
owner = "coolneng";
group = "podman";
};
secrets.facebook = {
file = secrets/facebook.age;
owner = "matrix-as-facebook";
group = "matrix-as-facebook";
};
secrets.signal = {
file = secrets/signal.age;
owner = "matrix-as-signal";
group = "matrix-as-signal";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};