nixosTests.kanidm: fix option renames

This commit is contained in:
Adam C. Stephens 2026-02-12 09:46:38 -05:00
commit 9a5b42b5c1
No known key found for this signature in database

View file

@ -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" ];
};
};