summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-04-20 12:47:16 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-04-20 12:47:16 +0530
commit143a7afb1f2937f274d84fb3970dbfb1a11106d3 (patch)
tree16d62f68a8525bb5a9acc0d6263af5b39b32043d /modules
parent175c3689ac0dddf8514e23a27e7f42bfb4e097e7 (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/amdgpu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix
index 2426f2d..6c1f109 100644
--- a/modules/amdgpu.nix
+++ b/modules/amdgpu.nix
@@ -18,7 +18,7 @@
driversi686Linux.amdvlk
];
- services.xserver.videoDrivers = [ "modeset" ];
+ services.xserver.videoDrivers = [ "modesetting" ];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"