mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-17 13:14:56 +01:00
That is, you can say
security.pam.services.sshd = { options... };
instead of
security.pam.services = [ { name = "sshd"; options... } ];
making it easier to override PAM settings from other modules.
|
||
|---|---|---|
| .. | ||
| openafs-client | ||
| drbd.nix | ||
| nfsd.nix | ||
| samba.nix | ||