From ae393e63dd12e97389f1a17e1074ab12eef7e8df Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 8 Feb 2014 13:03:22 +0100 Subject: Move a few attributes from "xserver" to "mesa". The attributes driSupport32Bit, s3tcSupport and videoDrivers are now no longer in services.xserver and now reside in services.mesa. Signed-off-by: aszlig --- machines/dnyarri.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'machines/dnyarri.nix') 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" ]; } -- cgit 1.4.1