From 8068d12711ec7ba3ce1cd574e1c70a8aa43ca12b Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Thu, 5 Dec 2024 21:03:33 +0100
Subject: [PATCH] fix(keycloak): remove dynamic backchannel

---
 machines/core-security/default.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/machines/core-security/default.nix b/machines/core-security/default.nix
index 64a92d2..d27f94a 100644
--- a/machines/core-security/default.nix
+++ b/machines/core-security/default.nix
@@ -67,7 +67,6 @@
       hostname = "https://auth.julienmalka.me";
       hostname-admin-url = "https://auth.julienmalka.me";
       http-port = 8080;
-      hostname-backchannel-dynamic = true;
       proxy-headers = "forwarded";
       http-enabled = true;
     };