about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-04-19 11:48:26 +0100
committerdevhell <devhell@mailfresser.de>2019-04-19 11:48:26 +0100
commit3ee8032f44a8590cdcc4738773205a62a06df447 (patch)
tree8ff1908fb6fdb8d14fa52c763c587c52fc8c1b7b /machines/devhell
parent09dc1d8ad625b9a1d5b89593b184d316837ba1cc (diff)
machines/{eris,titan}: Switch to modesetting
The release notes for NixOS 19.03 state that the 'intel' driver has
been superseded by the 'modesetting' driver.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eris.nix2
-rw-r--r--machines/devhell/titan.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index e878e6e6..4b33d024 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -120,7 +120,7 @@
   services.xserver = {
     enable = true;
     layout = "gb";
-    videoDrivers = [ "intel" ];
+    videoDrivers = [ "modesetting" ];
 
     libinput = {
       enable = true;
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index e2c458f4..364c1983 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -120,7 +120,7 @@
   services.xserver = {
     enable = true;
     layout = "gb";
-    videoDrivers = [ "intel" ];
+    videoDrivers = [ "modesetting" ];
 
     libinput = {
       enable = true;