secrets: matrix: add mail configuration
This commit is contained in:
parent
4c4c8ea4e5
commit
4601a55253
|
@ -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
BIN
secrets/matrix/mail.nix
Normal file
Binary file not shown.
Loading…
Reference in a new issue