From ee70d8e633344a3dda671cff0bd0e73ebc47da90 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Mon, 1 Jul 2024 20:06:59 +0200 Subject: [PATCH] Removed driSupport for remaining hosts --- hosts/aarch64-linux/alastor/default.nix | 1 - hosts/x86_64-linux/lambda/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/aarch64-linux/alastor/default.nix b/hosts/aarch64-linux/alastor/default.nix index 095216b..9fbe69f 100644 --- a/hosts/aarch64-linux/alastor/default.nix +++ b/hosts/aarch64-linux/alastor/default.nix @@ -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. diff --git a/hosts/x86_64-linux/lambda/default.nix b/hosts/x86_64-linux/lambda/default.nix index 40f48dd..46a980a 100644 --- a/hosts/x86_64-linux/lambda/default.nix +++ b/hosts/x86_64-linux/lambda/default.nix @@ -35,7 +35,6 @@ hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; };