nixpkgs/nixos/modules/services
Eelco Dolstra 02cef04c81 Move the NVIDIA support into its own module
Previously all card-specific stuff was scattered across xserver.nix
and opengl.nix, which is ugly. Now it can be kept together in a single
card-specific module. This required the addition of a few internal
options:

- services.xserver.drivers: A list of { name, driverName, modules,
  libPath } sets.

- hardware.opengl.package: The OpenGL implementation. Note that there
  can be only one OpenGL implementation at a time in a system
  configuration (i.e. no dynamic detection).

- hardware.opengl.package32: The 32-bit OpenGL implementation.
2014-04-29 14:42:36 +02:00
..
amqp Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
audio Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
backup nixos: refactor tarsnap module 2014-04-28 18:15:16 -05:00
continuous-integration/jenkins Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
databases Fix some uid/gid attributes to match the actual user/group name 2014-04-29 10:51:42 +02:00
desktops gnome-documents: new package 2014-04-22 22:17:21 +02:00
games Fix some uid/gid attributes to match the actual user/group name 2014-04-29 10:51:42 +02:00
hardware gpm: Depend on /dev/input/mice 2014-04-28 19:12:48 +02:00
logging Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
mail Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
misc Fix some uid/gid attributes to match the actual user/group name 2014-04-29 10:51:42 +02:00
monitoring Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
network-filesystems Merge pull request #2248 from ehmry/rsync 2014-04-18 10:17:08 -07:00
networking wpa_supplicant: Restart when wlan devices (dis)appear 2014-04-28 20:12:06 +02:00
printing cups: Add a listenAddresses option 2014-04-25 00:30:12 +02:00
scheduling Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
search Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
security Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
system Make nscd startup synchronous 2014-04-24 23:18:47 +02:00
torrent nixos: transmission improvements 2014-04-15 06:54:51 -05:00
ttys gpm: Depend on /dev/input/mice 2014-04-28 19:12:48 +02:00
web-servers Remove use of obsolete flags 2014-04-29 10:13:21 +02:00
x11 Move the NVIDIA support into its own module 2014-04-29 14:42:36 +02:00