From f48007d6499add3da5558e8c271b568f67a0104f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 11 Mar 2024 13:36:00 +0530 Subject: update --- modules/amdgpu.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index 898926b..4d4bb4c 100644 --- a/modules/amdgpu.nix +++ b/modules/amdgpu.nix @@ -17,6 +17,7 @@ ]; services.xserver.videoDrivers = [ "amdgpu" ]; + boot.initrd.kernelModules = [ "amdgpu" ]; systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" -- cgit v1.2.3