Nix Packages collection
Go to file
Peter Simons fff2917058 openssh: Let $NIXPKGS_CONFIG determine whether OpenSSH supports PAM or not.
PAM is enabled by default, as before. To disable it, set 

    openssh { pam = false; };

or simply

    pam = false;

in ~/.nixpkgs/config.nix.

svn path=/nixpkgs/trunk/; revision=12312
2008-07-07 23:11:13 +00:00
doc * More stdenv documentation. Some of it has been moved from the Nix 2008-06-19 16:00:37 +00:00
maintainers * DBus 1.1.20. 2008-03-04 13:30:34 +00:00
pkgs openssh: Let $NIXPKGS_CONFIG determine whether OpenSSH supports PAM or not. 2008-07-07 23:11:13 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Quick start section. 2008-06-17 14:19:59 +00:00