summaryrefslogtreecommitdiff
path: root/modules/amdgpu.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-03 21:52:55 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-03 21:52:55 +0530
commit61b5e8524eab94275cc9188b373560b646b0f51c (patch)
tree4e0cca5792d89d2c3f3007094e28cb4a2dff4a15 /modules/amdgpu.nix
parentcc83dd631dd27d8aa909d9cdc6b625f25b1b05de (diff)
switch to master temporarily
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}"
];
}