From dcb941f3ede938c01b82ea6be4aa148eb479a413 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Sat, 27 Nov 2021 21:13:53 +1300 Subject: security/pam: Document test location --- nixos/modules/security/pam.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/modules') diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index 70bce783a90b..b03bf290fd23 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -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 = { name = mkDefault name; setLoginUid = mkDefault cfg.startSession; -- cgit 1.4.1