auth: remove possibility to use kanidm 1.4.6

This commit is contained in:
Alexander Tomokhov
2025-04-22 17:34:30 +04:00
parent 9f5ace5258
commit 8a79551743
4 changed files with 9 additions and 96 deletions

View File

@@ -45,11 +45,6 @@ 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";