services.keycloak.realmFiles

NixOS option

Realm files that the server is going to import during startup. If a realm already exists in the server, the import operation is skipped. Importing the master realm is not supported. All files are expected to be in json format. See the documentation for further information.

type: list of absolute path
Default
[ ]
Example
[
  ./some/realm.json
  ./another/realm.json
]
declared in: nixos/modules/services/web-apps/keycloak.nixView source on NixOS/nixpkgs →