summaryrefslogtreecommitdiff
path: root/modules/amdgpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/amdgpu.nix')
-rw-r--r--modules/amdgpu.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix
index f8828f0..430faf3 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}"
- ]; */
+ ];
}