feat(keycloak): add keywind theme

This commit is contained in:
Michael Thomas 2024-05-07 20:53:09 -04:00
parent a345fb7849
commit 7e6b142517

View File

@ -83,6 +83,9 @@
http-port = 7654;
};
database.passwordFile = config.age.secrets.keycloakDb.path;
themes = with pkgs; {
keywind = keycloak-theme-keywind;
};
};
virtualisation.oci-containers.backend = "podman";