services/sso: use standard JRE
This commit is contained in:
parent
6195760e2d
commit
63eaced3a7
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ in
|
||||||
frontendUrl = "https://${login}/auth";
|
frontendUrl = "https://${login}/auth";
|
||||||
bindAddress = "127.0.0.1";
|
bindAddress = "127.0.0.1";
|
||||||
httpPort = config.portsStr.keycloak;
|
httpPort = config.portsStr.keycloak;
|
||||||
package = pkgs.keycloak.override { jre = pkgs.jdk11_headless; };
|
|
||||||
database = {
|
database = {
|
||||||
createLocally = true;
|
createLocally = true;
|
||||||
type = "postgresql";
|
type = "postgresql";
|
||||||
|
|
Loading…
Reference in a new issue