about summary refs log tree commit diff
path: root/modules/hardware/t100ha
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-23 09:34:15 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-23 09:34:15 +0100
commitd7e16e53b17106871a443aa35bbf64048712b365 (patch)
tree069e41423dd771bbf4eb93daae8b188db2f4f200 /modules/hardware/t100ha
parent0aae52f426a1c145de68ddb852123fc99793f412 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware/t100ha')
-rw-r--r--modules/hardware/t100ha/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
   };
 }