pkgs.toJSON -> builtins.toJSON
This commit is contained in:
parent
7fd4b2ee7e
commit
90e6e1fe25
|
@ -8,7 +8,7 @@ let
|
||||||
|
|
||||||
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
||||||
|
|
||||||
openIdConfig = pkgs.toJSON "matrix-openid.yaml" {
|
openIdConfig = builtins.toJSON "matrix-openid.yaml" {
|
||||||
oidc_providers = [{
|
oidc_providers = [{
|
||||||
idp_id = cfg.openid.provider;
|
idp_id = cfg.openid.provider;
|
||||||
idp_name = cfg.openid.provider;
|
idp_name = cfg.openid.provider;
|
||||||
|
|
Loading…
Reference in New Issue