services.keycloak.realmFiles
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
- <nixpkgs/nixos/modules/services/web-apps/keycloak.nix>