diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index bfabbe14d..4b94e5fd5 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -62,15 +62,6 @@ with builtins;
   #  SUBSYSTEM=="net", ATTR{address}=="f0:de:f1:b8:c8:2e", NAME="et0"
   #'';
 
-  services.xserver = {
-    videoDriver = "intel";
-    vaapiDrivers = [ pkgs.vaapiIntel ];
-    deviceSection = ''
-      Option "AccelMethod" "sna"
-      BusID "PCI:0:2:0"
-    '';
-  };
-
   services.xserver.synaptics = {
     enable = true;
     twoFingerScroll = true;