secrets: move transmission secret to agenix
This commit is contained in:
parent
540968627c
commit
165b30ef9c
8 changed files with 18 additions and 9 deletions
|
|
@ -14,6 +14,7 @@ let
|
|||
mkEnableOption
|
||||
mkIf
|
||||
mkOption
|
||||
optionals
|
||||
;
|
||||
|
||||
cfg = config.my.services.matrix;
|
||||
|
|
@ -46,7 +47,7 @@ in {
|
|||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
|
||||
extraConfigFiles = lib.optionals (cfg.secretConfigFile != null) [
|
||||
extraConfigFiles = optionals (cfg.secretConfigFile != null) [
|
||||
cfg.secretConfigFile
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue