From e610cd40eed926460dedf67515c88a3ce5665146 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Mar 2023 17:21:00 +0100 Subject: Fix(host/lahmu): Remove useless (?) gpu stuff --- hosts/lahmu/hardware/gpu.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hosts/lahmu/hardware/gpu.nix') diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix index c3df51ae..9e6ab9e4 100644 --- a/hosts/lahmu/hardware/gpu.nix +++ b/hosts/lahmu/hardware/gpu.nix @@ -4,12 +4,12 @@ lib, ... }: { - hardware.opengl.extraPackages = with pkgs; [ - rocm-opencl-icd # open-cl - amdvlk # or directly through mesa - amd-media-driver # libva - ]; - - # Force radv, TODO is this logical? - environment.variables.AMD_VULKAN_ICD = "RADV"; +# hardware.opengl.extraPackages = with pkgs; [ +# rocm-opencl-icd # open-cl +# amdvlk # or directly through mesa +# amd-media-driver # libva +# ]; +# +# # Force radv, TODO is this logical? +# environment.variables.AMD_VULKAN_ICD = "RADV"; } -- cgit 1.4.1