modules/auth: use pinned kanidm version
This commit is contained in:
parent
81b13fc485
commit
7db179090e
3 changed files with 5 additions and 5 deletions
|
@ -22,6 +22,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
services.kanidm = {
|
||||
package = pkgs.kanidm_1_5;
|
||||
enableClient = true;
|
||||
clientSettings = {
|
||||
uri = "https://${idpUrl}";
|
||||
|
@ -37,6 +38,7 @@ in
|
|||
enable = true;
|
||||
authorizedKeysCommand = "/etc/ssh/auth %u";
|
||||
authorizedKeysCommandUser = "kanidm-ssh-runner";
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue