diff --git a/hosts/tsuki/services/keycloak.nix b/hosts/tsuki/services/keycloak.nix deleted file mode 100644 index df3eaca..0000000 --- a/hosts/tsuki/services/keycloak.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ }: -{ - services.keycloak = { - enable = true; - database = { - type = "postgresql"; - }; - }; -}