summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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}"