mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 04:04:18 +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.
|
||
|---|---|---|
| .. | ||
| bash | ||
| zsh | ||
| atop.nix | ||
| blcr.nix | ||
| environment.nix | ||
| info.nix | ||
| shadow.nix | ||
| shell.nix | ||
| ssh.nix | ||
| ssmtp.nix | ||
| venus.nix | ||
| virtualbox.nix | ||
| wvdial.nix | ||