auth: selfprivacy.sso.useKanidm_1_4

This commit is contained in:
Alexander Tomokhov
2025-04-18 21:06:18 +04:00
parent 43c3ea06ab
commit f2e9623d7f
5 changed files with 103 additions and 16 deletions

View File

@@ -45,6 +45,11 @@ with lib;
default = false;
type = types.nullOr types.bool;
};
useKanidm_1_4 = mkOption {
description = "Whether to use Kanidm v1.4 (instead of upstream).";
default = false;
type = types.bool;
};
};
stateVersion = mkOption {
description = "State version of the server";