From 9f0472cd8f605af53993b5f59cbc50e9db7d0e8d Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 11 Sep 2025 22:59:25 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 60f23ab..ec6776b 100644 --- a/module.nix +++ b/module.nix @@ -147,7 +147,7 @@ in OIDC_ENABLED = true; OIDC_DISPLAY_NAME= "Kanidm"; OIDC_ISSUER = issuer; - OIDC_DISCOVERY = "true"; + OIDC_DISCOVERY = toString "true"; OIDC_SCOPE = "openid,profile"; OIDC_UID_FIELD = "sub"; OIDC_CLIENT_ID = oauthClientID;