fix(kanidm): Use last usable version: 1.3.3
All checks were successful
Build all the nodes / geo02 (push) Successful in 57s
Build all the nodes / bridge01 (push) Successful in 1m3s
Build all the nodes / geo01 (push) Successful in 1m7s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / rescue01 (push) Successful in 1m13s
Run pre-commit on all files / check (push) Successful in 26s
Build all the nodes / compute01 (push) Successful in 1m52s
Build all the nodes / vault01 (push) Successful in 1m13s
Build all the nodes / web03 (push) Successful in 58s
Build all the nodes / web02 (push) Successful in 1m9s
Build all the nodes / web01 (push) Successful in 1m28s

This commit is contained in:
Tom Hubrecht 2024-11-22 22:43:05 +01:00
parent c9839d4be6
commit f6c933f374
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -2,7 +2,6 @@
config,
lib,
meta,
nixpkgs,
...
}:
@ -43,7 +42,7 @@ in
services.kanidm = {
enableServer = true;
package = nixpkgs.unstable.kanidm;
# package = nixpkgs.unstable.kanidm;
serverSettings = {
inherit domain;