nixpkgs/system
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
..
activate-configuration.sh * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
config.nix * Merge splash-themes.nix into the regular options infrastructure. 2007-01-08 22:41:41 +00:00
fonts.nix * Doesn't do anything. 2007-02-28 00:51:14 +00:00
ids.nix * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
modprobe * Generate a wrapper around modprobe that sets MODULE_DIR. This is 2007-03-04 01:16:24 +00:00
options.nix * Allow the SLiM theme to be overriden. 2007-06-05 11:51:59 +00:00
switch-to-configuration.sh * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
system.nix * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00
system.sh * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
users-groups.nix * Declarative specification of user accounts. Jobs can now specify a 2007-06-08 15:41:12 +00:00