nixpkgs/helpers
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
..
setuid * Strip. 2006-11-28 17:40:56 +00:00
create-users-groups.sh * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
make-etc.nix * More semi-purification of /etc. 2006-12-09 02:51:42 +00:00
make-etc.sh * More semi-purification of /etc. 2006-12-09 02:51:42 +00:00
make-iso9660-image.nix * Some things are best done in Perl. 2007-01-23 14:34:44 +00:00
make-iso9660-image.sh * Very naughty of me not to use -boot-info-table. Now I know better. 2007-02-07 15:23:19 +00:00
modules-closure.nix * Refactoring. 2006-11-28 10:45:21 +00:00
modules-closure.sh * Purity: don't access /etc/modules.conf. 2006-12-22 23:51:18 +00:00
paths-from-graph.pl * Register everything in the Nix store on the installation CD as a 2007-01-23 17:17:10 +00:00
unpack-theme.nix * Moving stuff around. 2006-11-27 19:49:05 +00:00
unpack-theme.sh * Moving stuff around. 2006-11-27 19:49:05 +00:00