diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 17:00:00 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 17:00:00 +0530 | 
| commit | 0afbfb63a19b71769448fe186d46a99fd7a1c2fe (patch) | |
| tree | 16f72d9b44e6b445ca1f8c5a39acf76ac9b67137 /modules/amdgpu.nix | |
| parent | 6e008e8d8795c18b21761f9fe4bef5db3fdf39d3 (diff) | |
fix nvidia offload
Diffstat (limited to 'modules/amdgpu.nix')
| -rw-r--r-- | modules/amdgpu.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix index 6c1f109..2426f2d 100644 --- a/modules/amdgpu.nix +++ b/modules/amdgpu.nix @@ -18,7 +18,7 @@      driversi686Linux.amdvlk    ]; -  services.xserver.videoDrivers = [ "modesetting" ]; +  services.xserver.videoDrivers = [ "modeset" ];    systemd.tmpfiles.rules = [      "L+    /opt/rocm/hip   -    -    -     -    ${pkgs.rocmPackages.clr}" | 
