forked from DGNum/infrastructure
fix(kanidm): Use last usable version: 1.3.3
This commit is contained in:
parent
c9839d4be6
commit
f6c933f374
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue