Find a file
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
doc Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
lib
maintainers/scripts Fix references to pkgs/lib 2013-10-10 13:28:22 +02:00
nixos Turn security.pam.services into an attribute set 2013-10-15 14:47:51 +02:00
pkgs slim: Work around broken PAM session handling 2013-10-15 13:23:40 +02:00
.gitignore Merge .gitignore files 2013-10-10 13:28:22 +02:00
.version Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
COPYING
default.nix