nixpkgs/modules/services
Eelco Dolstra 6e118cd66b * Change the default desktop manager from "xterm" to the last imported
and enabled desktop manager (e.g. "kde" if KDE is enabled, and
  "xterm" if nothing is explicitly enabled).  This means that you
  don't have to write

    services.xserver.desktopManager.default = "kde4";

  anymore in addition to

    services.xserver.desktopManager.kde4.enable = true;

  to make KDE the default desktop environment.
  
* Remove the "none + none" session type.

* Remove the "+ none" string at the end of session types.  I.e. now
  it's "kde", not "kde + none".

* In kdm, add coreutils to its SystemPath so that it can remove the
  temporary directories in /tmp that it creates.

svn path=/nixos/trunk/; revision=23036
2010-08-08 14:05:32 +00:00
..
audio Implemented enableOSSEmulation option, which can be used to disable OSS emulation. On my home PC OSS emulation gives me a lot of annoying problems 2010-03-03 14:01:13 +00:00
backup * mysql-backup: option for which user to use for performing backups 2009-12-14 17:57:37 +00:00
databases * Fix PostgreSQL boot. 2010-07-15 21:21:16 +00:00
hardware * Fix example. 2010-08-08 13:57:21 +00:00
logging I forgot the username in the system cron job for logrotate. So it did not work until now. 2010-05-01 13:23:32 +00:00
mail * Sync with the trunk. 2010-06-20 20:54:31 +00:00
misc reverting -r22286 2010-06-21 14:17:19 +00:00
monitoring * Remove `stopOn = "shutdown"' which doesn't work. 2010-06-02 16:05:09 +00:00
network-filesystems * Add a missing dependency. 2010-07-12 15:32:23 +00:00
networking nixos: kerberos services for the server. 2010-08-06 08:49:08 +00:00
printing * Run CUPS' external programs in the "lp" group so that they can 2010-08-06 14:52:09 +00:00
scheduling * Style changes. 2010-07-13 09:23:35 +00:00
security Improved the TOR service to be able to act as a TOR relay and disable the client functionality. Doesn't change the behavior of the existing TOR configurations. 2010-07-12 06:03:52 +00:00
system nixos: kerberos services for the server. 2010-08-06 08:49:08 +00:00
ttys * If mountall fails to mount all filesystems, start an emergency shell 2010-06-07 12:15:55 +00:00
web-servers * Fix the dump feature. 2010-08-04 14:05:14 +00:00
x11 * Change the default desktop manager from "xterm" to the last imported 2010-08-08 14:05:32 +00:00