From deb58f6486f7d70e3af40fb79dd7d7d2af60546c Mon Sep 17 00:00:00 2001 From: talyz Date: Tue, 4 May 2021 14:12:48 +0200 Subject: [PATCH] nixos/keycloak: Document how to use a custom local database --- nixos/modules/services/web-apps/keycloak.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/modules/services/web-apps/keycloak.nix b/nixos/modules/services/web-apps/keycloak.nix index a93e93279331..5b578cd8c4a9 100644 --- a/nixos/modules/services/web-apps/keycloak.nix +++ b/nixos/modules/services/web-apps/keycloak.nix @@ -171,6 +171,12 @@ in Username to use when connecting to an external or manually provisioned database; has no effect when a local database is automatically provisioned. + + To use this with a local database, set to + false and create the database and user + manually. The database should be called + keycloak. ''; };