0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/keycloak: link $out/lib to KC_HOME_DIR to fix loading optimized app image

Reference: https://www.keycloak.org/docs/latest/upgrading/index.html#additional-validations-on-the-optimized-startup-option
This commit is contained in:
Nick Cao 2024-10-04 20:04:52 -04:00
parent bbb6bc3594
commit d2ec2d3c29
No known key found for this signature in database

View file

@ -658,6 +658,7 @@ in
ln -s ${themesBundle} /run/keycloak/themes
ln -s ${keycloakBuild}/providers /run/keycloak/
ln -s ${keycloakBuild}/lib /run/keycloak/
install -D -m 0600 ${confFile} /run/keycloak/conf/keycloak.conf