about summary refs log tree commit diff
path: root/nixos/tests/seatd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/seatd.nix')
-rw-r--r--nixos/tests/seatd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/seatd.nix b/nixos/tests/seatd.nix
index 138a6cb1cf44c..9178492fdb0ef 100644
--- a/nixos/tests/seatd.nix
+++ b/nixos/tests/seatd.nix
@@ -39,7 +39,7 @@ in
           dwl -s 'foot touch /tmp/foot_started'
     '';
 
-    hardware.opengl.enable = true;
+    hardware.graphics.enable = true;
     virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
     services.seatd.enable = true;
   };