nixpkgs/modules/services
Eelco Dolstra 6920f43f1c Refactoring of the X server module:
* Modularised the xorg.conf generation.  For instance, the Wacom and
  Synaptics support has been moved into separate modules.  The
  contents of xorg.conf is defined by the option
  services.xserver.config, and various other options for specific
  sections (e.g. services.xserver.serverLayoutSection).

* displayManager.job.env: made this an attribute set.

* tcpEnable -> enableTCP for naming consistency.

* defaultDepth can be set to 0 to leave it undefined (needed for the
  vmware driver).

* Removed some options that seem obsolete or are now the default
  (e.g. RenderAccel, AllowGLXWithComposite).

* Removed services.xserver.package.  This can now be done using
  nixpkgs.config.packageOverrides.

svn path=/nixos/trunk/; revision=17004
2009-09-10 12:37:33 +00:00
..
audio svn path=/nixos/branches/modular-nixos/; revision=16397 2009-07-16 15:01:56 +00:00
databases * Got rid of the extraPath field in jobs (use 2009-07-15 11:19:11 +00:00
hardware * Make sure that hal is really running when the X server starts, 2009-09-09 21:22:00 +00:00
logging * Continued refactoring the tree: moved most Upstart jobs (namely 2009-05-24 23:13:23 +00:00
mail * Make the generation of /etc/pam.d more declarative. There now is an 2009-08-16 14:49:14 +00:00
misc * Bump the number of maximum open files for Nix builders. 2009-09-04 15:27:52 +00:00
monitoring * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
network-filesystems Added an option that automatically creates the mount points in /etc/exports, so that everything is self initializing 2009-09-04 22:01:08 +00:00
networking * Modularised the xinetd service. tftp has been factored out into a 2009-08-21 13:05:45 +00:00
printing cupsd: add bindirCmds so that you can test other backends easier. 2009-08-27 23:16:09 +00:00
scheduling * Since atd forks into the background, it wasn't properly monitored by 2009-08-21 00:02:45 +00:00
system * Added support for ConsoleKit. 2009-08-17 01:16:38 +00:00
ttys * More Upstart refactoring. 2009-07-16 13:55:11 +00:00
web-servers The /var/trac directory needs to be accessible by the webserver user 2009-09-04 15:58:04 +00:00
x11 Refactoring of the X server module: 2009-09-10 12:37:33 +00:00