modules: services: matrix: add mail configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-06-09 18:54:16 +02:00
parent 6614b47546
commit ee21de5b94
2 changed files with 45 additions and 0 deletions

View file

@ -65,6 +65,7 @@ in
# Matrix backend and Element chat front-end
matrix = {
enable = true;
mail = my.secrets.matrix.mail;
secret = my.secrets.matrix.secret;
};
miniflux = {