From f17d18f7bcd785eddcd48bf8a2b60770bdc67e08 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 22 Aug 2025 23:10:35 +0200 Subject: [PATCH] test: enable authelia debug output --- test/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common.nix b/test/common.nix index bd384c6..b93217a 100644 --- a/test/common.nix +++ b/test/common.nix @@ -454,6 +454,7 @@ in inherit (config.test) domain; subdomain = "auth"; ssl = config.shb.certs.certs.selfsigned.n; + debug = true; ldapHostname = "127.0.0.1"; ldapPort = config.shb.lldap.ldapPort;