services/sso: use standard JRE

This commit is contained in:
Max Headroom 2022-05-27 18:31:00 +02:00
parent 6195760e2d
commit 63eaced3a7

View file

@ -27,7 +27,6 @@ in
frontendUrl = "https://${login}/auth";
bindAddress = "127.0.0.1";
httpPort = config.portsStr.keycloak;
package = pkgs.keycloak.override { jre = pkgs.jdk11_headless; };
database = {
createLocally = true;
type = "postgresql";