mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.kanidm: fix option renames
This commit is contained in:
parent
c6bfb50774
commit
9a5b42b5c1
1 changed files with 4 additions and 4 deletions
|
|
@ -68,10 +68,10 @@ in
|
|||
verify_ca = true;
|
||||
verify_hostnames = true;
|
||||
};
|
||||
unix = {
|
||||
enable = true;
|
||||
kanidm.pam_allowed_login_groups = [ "shell" ];
|
||||
};
|
||||
};
|
||||
unix = {
|
||||
enable = true;
|
||||
settings.kanidm.pam_allowed_login_groups = [ "shell" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue