about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index a2f5001a..e638cd2f 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -128,9 +128,7 @@ with import ../lib;
   services.synergy.client.enable = true;
   services.synergy.client.serverAddress = "mmrnmhrm";
 
-  services.xserver = {
-    videoDrivers = [ "ati" ];
+  services.mesa.videoDrivers = [ "ati" ];
 
-    xrandrHeads = [ "HDMI-0" "DVI-0" ];
-  };
+  services.xserver.xrandrHeads = [ "HDMI-0" "DVI-0" ];
 }