about summary refs log tree commit diff
path: root/nixos/tests/armagetronad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/armagetronad.nix')
-rw-r--r--nixos/tests/armagetronad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/armagetronad.nix b/nixos/tests/armagetronad.nix
index d59827354b77..ca93ce8fb6c5 100644
--- a/nixos/tests/armagetronad.nix
+++ b/nixos/tests/armagetronad.nix
@@ -12,7 +12,7 @@ let
     { pkgs, ... }:
 
     { imports = [ ./common/user-account.nix ./common/x11.nix ];
-      hardware.opengl.driSupport = true;
+      hardware.graphics.enable = true;
       virtualisation.memorySize = 256;
       environment = {
         systemPackages = [ pkgs.armagetronad ];