Skip to content

Commit

Permalink
nixos/keycloak: link $out/lib to KC_HOME_DIR to fix loading optimized…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 10, 2024
1 parent 1c550f1 commit 3e13380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/web-apps/keycloak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,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
Expand Down

0 comments on commit 3e13380

Please sign in to comment.