diff --git a/pp-keycloak.nix b/pp-keycloak.nix index 050d626..5e57e3f 100644 --- a/pp-keycloak.nix +++ b/pp-keycloak.nix @@ -25,8 +25,8 @@ in }; config = { - enable = true; - settings = { + services.keycloak.enable = true; + services.keycloak.settings = { hostname = cfg.domain; http-host = "127.0.0.1"; http-port = 8080;