From d7e16e53b17106871a443aa35bbf64048712b365 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 23 Feb 2016 09:34:15 +0100 Subject: hardware/t100ha: Set videoDriver to "intel" We already know the display device for this particular type of hardware, so there is no need to probe different video drivers. Signed-off-by: aszlig --- modules/hardware/t100ha/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix index 24981759..7cc9c16e 100644 --- a/modules/hardware/t100ha/default.nix +++ b/modules/hardware/t100ha/default.nix @@ -24,5 +24,6 @@ in { services.xserver.monitorSection = '' Option "Rotate" "left" ''; + services.xserver.videoDriver = "intel"; }; } -- cgit 1.4.1