feat(services/self_host): update the kanidm to 1.9

- This version is stable and now totaly reproductible using nixos
This commit is contained in:
Raphael 2026-03-01 22:43:05 +01:00
parent 563acef333
commit 4f42094af4
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ in
security.acme.certs."auth.enium.eu".group = "nginx"; security.acme.certs."auth.enium.eu".group = "nginx";
services = { services = {
kanidm = { kanidm = {
package = pkgs.kanidmWithSecretProvisioning_1_8; package = pkgs.kanidmWithSecretProvisioning_1_9;
server = { server = {
enable = true; enable = true;
settings = { settings = {