diff --git a/hosts/voyager/default.nix b/hosts/voyager/default.nix index f0aa7fc..7c6d552 100644 --- a/hosts/voyager/default.nix +++ b/hosts/voyager/default.nix @@ -46,7 +46,7 @@ virtual-machine = false; }; cpu.type = "amd"; - gpu.type = null; + gpu.type = "amd"; hasTPM = true; }; diff --git a/system/shared/hardware/gpu/amd.nix b/system/shared/hardware/gpu/amd.nix index 1a0ec01..a65b5cf 100644 --- a/system/shared/hardware/gpu/amd.nix +++ b/system/shared/hardware/gpu/amd.nix @@ -29,7 +29,6 @@ in # Enable OpenCL and AMDVLK extraPackages = with pkgs; [ amdvlk - rcomPackages.clr.icd ]; extraPackages32 = with pkgs; [ driversi686Linux.amdvlk