From 501b37426ee28cc912e5ca8c30fc853679d79ee2 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 25 May 2024 17:55:34 +0200 Subject: [PATCH] feat: temporarily enable hostname debug --- hosts/ami/keycloak.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ami/keycloak.nix b/hosts/ami/keycloak.nix index d214a9f..368b7f8 100644 --- a/hosts/ami/keycloak.nix +++ b/hosts/ami/keycloak.nix @@ -16,6 +16,7 @@ in { hostname = "https://kc.buffet.sh/"; http-port = port; proxy = "edge"; + hostname-debug = "true"; }; };