diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-26 12:28:28 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-26 12:39:24 +0530 |
| commit | d4e82874790430630afc85e8fd749f3780edc86a (patch) | |
| tree | fffbccb542b5433ca69d7533c81362c90c3a01ec /modules/amdgpu.nix | |
| parent | 0e43824dfe3bdef2ad6871b9cd773834acdd1022 (diff) | |
update
Diffstat (limited to 'modules/amdgpu.nix')
| -rw-r--r-- | modules/amdgpu.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index 430faf3..f8828f0 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 @@ -15,7 +15,7 @@ services.xserver.videoDrivers = [ "modesetting" ]; - systemd.tmpfiles.rules = [ + /* systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" - ]; + ]; */ } |
