mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Attempt to fix daiyousei buildability
This commit is contained in:
parent
ec66fd0377
commit
f5680d4c93
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
keystore-pass = "zZX3eS";
|
||||
in {
|
||||
services.keycloak = {
|
||||
enable = true;
|
||||
enable = builtins.getEnv "CI_PLATFORM" == "impure";
|
||||
package = (pkgs.keycloak.override {
|
||||
jre = pkgs.openjdk11;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue