about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-09-17 09:10:38 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-17 09:11:18 +0200
commit485ea9a621faafc11db1112d469d82c2a18c5395 (patch)
tree52779c6780e734f0f219b1e88639c07bea6d9cf1 /nixos
parentfc2b0e9d1006dd3656b804154f3ba438540da832 (diff)
xf86_video_nouveau: deprecate this alias
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/xserver.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index 1ec098fded6eb..3348e8d0582c9 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -13,7 +13,6 @@ let
 
   # Map video driver names to driver packages. FIXME: move into card-specific modules.
   knownVideoDrivers = {
-    nouveau       = { modules = [ pkgs.xf86_video_nouveau ]; };
     unichrome    = { modules = [ pkgs.xorgVideoUnichrome ]; };
     virtualbox   = { modules = [ kernelPackages.virtualboxGuestAdditions ]; driverName = "vboxvideo"; };
     ati = { modules = [ pkgs.xorg.xf86videoati pkgs.xorg.glamoregl ]; };