Use amd gpu

This commit is contained in:
ItsDrike 2024-06-19 16:27:57 +02:00
parent 657149e5c3
commit 4e2a6e7757
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,7 @@
virtual-machine = false; virtual-machine = false;
}; };
cpu.type = "amd"; cpu.type = "amd";
gpu.type = null; gpu.type = "amd";
hasTPM = true; hasTPM = true;
}; };

View file

@ -29,7 +29,6 @@ in
# Enable OpenCL and AMDVLK # Enable OpenCL and AMDVLK
extraPackages = with pkgs; [ extraPackages = with pkgs; [
amdvlk amdvlk
rcomPackages.clr.icd
]; ];
extraPackages32 = with pkgs; [ extraPackages32 = with pkgs; [
driversi686Linux.amdvlk driversi686Linux.amdvlk