mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
security/pam: Document test location
This commit is contained in:
parent
3b2e6e72fa
commit
dcb941f3ed
1 changed files with 3 additions and 0 deletions
|
@ -401,6 +401,9 @@ let
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# The resulting /etc/pam.d/* file contents are verified in
|
||||||
|
# nixos/tests/pam/pam-file-contents.nix. Please update tests there when
|
||||||
|
# changing the derivation.
|
||||||
config = {
|
config = {
|
||||||
name = mkDefault name;
|
name = mkDefault name;
|
||||||
setLoginUid = mkDefault cfg.startSession;
|
setLoginUid = mkDefault cfg.startSession;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue