feat(keycloak): use unstable package

This commit is contained in:
Michael Thomas 2024-05-20 14:24:45 -04:00
parent 363a40a814
commit 42fe45ad98

View File

@ -77,6 +77,7 @@
age.secrets.keycloakDb.file = ../../secrets/keycloak-db.age;
services.keycloak = {
enable = true;
package = pkgs.unstable.keycloak;
settings = {
hostname-url = "https://auth.s.michaelt.xyz";
hostname-admin-url = "https://auth.s.michaelt.xyz";