nix-dotfiles/hosts/tsuki/services/keycloak.nix

10 lines
108 B
Nix

{ }:
{
services.keycloak = {
enable = true;
database = {
type = "postgresql";
};
};
}