From 4e2a6e7757745bcecd00822da510779c1891b1a2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 19 Jun 2024 16:27:57 +0200 Subject: [PATCH] Use amd gpu --- hosts/voyager/default.nix | 2 +- system/shared/hardware/gpu/amd.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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