From 43c7b76c7a514d08a4c353022f19c34f31af745f Mon Sep 17 00:00:00 2001 From: Thary Date: Fri, 12 Sep 2025 18:20:57 +0300 Subject: [PATCH] test --- module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module.nix b/module.nix index b78d578..8857a79 100644 --- a/module.nix +++ b/module.nix @@ -137,6 +137,8 @@ in ''); }; environment = { + RAILS_LOG_LEVEL = "debug"; + OIDC_ENABLED = "true"; OIDC_DISPLAY_NAME= "Kanidm"; OIDC_ISSUER = issuer;