Nix Packages collection
Go to file
Eelco Dolstra 29c5178bdf * Declarative specification of user accounts. Jobs can now specify a
list of user accounts that the job needs to run.  For instance, the
  SSH daemon job says:

    { name = "sshd";
      uid = (import ../system/ids.nix).uids.sshd;
      description = "SSH privilege separation user";
      home = "/var/empty";
    }

  The activation script creates the system users/groups and updates
  them as well.  So a change in the Nix expression can be realised in
  /etc/{group,passwd} by running nixos-rebuild.

svn path=/nixos/trunk/; revision=8846
2007-06-08 15:41:12 +00:00
boot * Additional debug options for stage 1 (can be passed on the kernel 2007-05-30 10:32:42 +00:00
configuration * Create /bin on the CD to suppress the /bin/sh symlink creation 2007-05-09 17:32:41 +00:00
doc/manual * Add OpenSSH and pciutils to the boot environment. 2007-02-19 22:33:44 +00:00
etc * PAM config for SLiM. 2007-06-05 11:28:18 +00:00
helpers * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
installer * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
system * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
upstart-jobs * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

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