about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-11-27 22:32:46 +0200
committerGitHub <noreply@github.com>2021-11-27 22:32:46 +0200
commit16eb003524804f7c6d6f522a238e8ab2557eedf9 (patch)
tree7b12fef2502ff22aab20d3a3b672a6e06b4411a5 /nixos/modules
parent9c191ebcdfe917043195c54ab6ae8e934434fe7b (diff)
parentdcb941f3ede938c01b82ea6be4aa148eb479a413 (diff)
downloadnixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar.gz
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar.bz2
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar.lz
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar.xz
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.tar.zst
nixlib-16eb003524804f7c6d6f522a238e8ab2557eedf9.zip
Merge pull request #146467 from l0b0/test-pam-d-generation
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/security/pam.nix3
1 files changed, 3 insertions, 0 deletions
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;