Check enable flag

This commit is contained in:
niten 2023-09-17 23:46:00 -07:00
parent 7dada8073c
commit a086511d5d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ in {
}; };
}; };
config = { config = mkIf cfg.enable {
fudo.secrets.host-secrets."${hostname}".matrixOpenIdConfig = { fudo.secrets.host-secrets."${hostname}".matrixOpenIdConfig = {
source-file = openIdConfig; source-file = openIdConfig;
target-file = "/run/matrix/openid.cfg"; target-file = "/run/matrix/openid.cfg";