Removed driSupport for remaining hosts

This commit is contained in:
xqtc161 2024-07-01 20:06:59 +02:00
parent 4348674a9b
commit ee70d8e633
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@
hardware.asahi.withRust = true;
hardware.asahi.setupAsahiSound = true;
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = lib.mkForce false;
# Use the systemd-boot EFI boot loader.

View file

@ -35,7 +35,6 @@
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};