modules/auth: use pinned kanidm version

This commit is contained in:
xinyangli 2025-05-04 23:16:24 +08:00
parent 81b13fc485
commit 7db179090e
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -38,6 +38,7 @@ in
config = mkIf cfg.enable {
services.kanidm = mkMerge [
(mkIf cfg.enable {
package = pkgs.kanidm_1_5;
enableClient = true;
clientSettings = {
uri = cfg.uri;