secrets: matrix: add mail configuration
This commit is contained in:
parent
06c53620f8
commit
6614b47546
|
@ -32,7 +32,10 @@ else {
|
||||||
|
|
||||||
lohr.secret = fileContents ./lohr/secret.txt;
|
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;
|
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