Check enable flag
This commit is contained in:
parent
7dada8073c
commit
a086511d5d
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue