fix config

This commit is contained in:
Histausse 2023-04-20 00:23:21 +02:00
parent ab8222b8aa
commit 60e22d1288

View file

@ -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;