1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
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
make-etc.sh
make-iso9660-image.nix
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
modules-closure.sh
paths-from-graph.pl
unpack-theme.nix
unpack-theme.sh