secrets: move matrix to agenix
This commit is contained in:
parent
dad068ed6b
commit
540968627c
7 changed files with 7 additions and 40 deletions
|
|
@ -100,7 +100,7 @@ in
|
|||
|
||||
matrix = {
|
||||
enable = true;
|
||||
emailConfig = secrets.matrixEmailConfig;
|
||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||
};
|
||||
|
||||
monitoring = {
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@
|
|||
|
||||
"lohr/shared-secret" = {};
|
||||
|
||||
"matrix-synapse/secret-config" = {
|
||||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"users/alarsyo-hashed-password" = {};
|
||||
"users/root-hashed-password" = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue