fix config
This commit is contained in:
parent
ab8222b8aa
commit
60e22d1288
|
@ -25,8 +25,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
enable = true;
|
services.keycloak.enable = true;
|
||||||
settings = {
|
services.keycloak.settings = {
|
||||||
hostname = cfg.domain;
|
hostname = cfg.domain;
|
||||||
http-host = "127.0.0.1";
|
http-host = "127.0.0.1";
|
||||||
http-port = 8080;
|
http-port = 8080;
|
||||||
|
|
Loading…
Reference in a new issue