1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules/programs
Eelco Dolstra a2c820c678 Turn security.pam.services into an attribute set
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.
2013-10-15 14:47:51 +02:00
..
bash bash: place interactiveShellInit at the end to be able to override existing settings 2013-10-11 11:55:58 +02:00
zsh
atop.nix
blcr.nix
environment.nix Drop <services> from $NIX_PATH 2013-10-13 17:35:55 +02:00
info.nix
shadow.nix Turn security.pam.services into an attribute set 2013-10-15 14:47:51 +02:00
shell.nix
ssh.nix
ssmtp.nix
venus.nix
virtualbox.nix
wvdial.nix