From 60e22d1288f196d1034fa68b4776beed8fc9bfc8 Mon Sep 17 00:00:00 2001 From: Histausse Date: Thu, 20 Apr 2023 00:23:21 +0200 Subject: [PATCH] fix config --- pp-keycloak.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;