nixpkgs/nixos
Eelco Dolstra 4ba7dfde5b Don't set an initial null root password for Amazon / VirtualBox images
A null password allows logging into local PAM services such as "login"
(agetty) and KDM.  That's not actually a security problem for EC2
machines, since they do not have "local" logins; for VirtualBox
machines, if you local access, you can do anything anyway.  But it's
better to be on the safe side and disable password-based logins for
root.
2013-11-01 15:04:21 +01:00
..
doc Manual: Expand the Development chapter 2013-10-31 23:01:07 +01:00
gui Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
lib Fix environment.checkConfigurationOptions 2013-10-29 16:18:23 +01:00
maintainers Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
modules Don't set an initial null root password for Amazon / VirtualBox images 2013-11-01 15:04:21 +01:00
tests Add lots of missing option types 2013-10-30 18:47:43 +01:00
.topmsg experimental/vsftpd 2013-10-12 01:05:13 +02:00
COPYING Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Fix nixos-option 2013-10-28 22:45:58 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix Propagate the stableBranch argument 2013-10-31 22:04:26 +01:00
release.nix Generate manual for i686-linux as well as x86_64-linux 2013-10-31 08:48:57 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.