From d4e82874790430630afc85e8fd749f3780edc86a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 26 Jan 2025 12:28:28 +0530 Subject: update --- modules/amdgpu.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/amdgpu.nix') 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}" - ]; + ]; */ } -- cgit v1.2.3