summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2021-05-04 14:12:48 +0200
committerMilan <milan@petabyte.dev>2021-05-04 19:27:08 +0200
commitdeb58f6486f7d70e3af40fb79dd7d7d2af60546c (patch)
treef541f66fc5ae6d3368b96fce50472284bd84d07b /nixos/modules/services/web-apps
parentfdf6bb5b958f3d55804ffbd6b7d017c417281640 (diff)
downloadnixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar.gz
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar.bz2
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar.lz
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar.xz
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.tar.zst
nixpkgs-deb58f6486f7d70e3af40fb79dd7d7d2af60546c.zip
nixos/keycloak: Document how to use a custom local database
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/keycloak.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/keycloak.nix b/nixos/modules/services/web-apps/keycloak.nix
index a93e9327933..5b578cd8c4a 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 <xref
+        linkend="opt-services.keycloak.databaseCreateLocally" /> to
+        <literal>false</literal> and create the database and user
+        manually. The database should be called
+        <literal>keycloak</literal>.
       '';
     };