secrets: matrix: add mail configuration

This commit is contained in:
Bruno BELANYI 2021-06-09 18:53:04 +02:00
parent 06c53620f8
commit 6614b47546
2 changed files with 4 additions and 1 deletions

View file

@ -32,7 +32,10 @@ else {
lohr.secret = fileContents ./lohr/secret.txt;
matrix.secret = fileContents ./matrix/secret.txt;
matrix = {
mail = import ./matrix/mail.nix;
secret = fileContents ./matrix/secret.txt;
};
miniflux.password = fileContents ./miniflux/password.txt;

BIN
secrets/matrix/mail.nix Normal file

Binary file not shown.