secrets: move matrix to agenix

This commit is contained in:
Antoine Martin 2022-03-11 17:42:16 +01:00
parent dad068ed6b
commit 540968627c
7 changed files with 7 additions and 40 deletions

View file

@ -100,7 +100,7 @@ in
matrix = {
enable = true;
emailConfig = secrets.matrixEmailConfig;
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
};
monitoring = {

View file

@ -13,6 +13,10 @@
"lohr/shared-secret" = {};
"matrix-synapse/secret-config" = {
owner = "matrix-synapse";
};
"users/alarsyo-hashed-password" = {};
"users/root-hashed-password" = {};
};