From f5680d4c935ec22f7c6ce9adebf8514785f1d6f2 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 3 Oct 2021 01:11:21 +0100 Subject: [PATCH] Attempt to fix daiyousei buildability --- config/services/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/keycloak.nix b/config/services/keycloak.nix index f128d581..3f8956eb 100644 --- a/config/services/keycloak.nix +++ b/config/services/keycloak.nix @@ -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; });