summaryrefslogtreecommitdiff
path: root/modules/amdgpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/amdgpu.nix')
-rw-r--r--modules/amdgpu.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix
index 430faf3..df74147 100644
--- a/modules/amdgpu.nix
+++ b/modules/amdgpu.nix
@@ -3,7 +3,7 @@
{
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [
- rocmPackages.clr.icd
+ # rocmPackages.clr.icd
amdvlk
vaapiVdpau
libvdpau-va-gl
@@ -16,6 +16,6 @@
services.xserver.videoDrivers = [ "modesetting" ];
systemd.tmpfiles.rules = [
- "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
+ # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
}