remove duplicate option from amd module

This commit is contained in:
Tyler Kelley 2024-05-21 15:06:04 -05:00
parent 6315e0ec06
commit 87937a32a5

View File

@ -15,7 +15,6 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ];
services.xserver.enable = true;
services.xserver.videoDrivers = [ "amdgpu" ]; services.xserver.videoDrivers = [ "amdgpu" ];
# OpenGL # OpenGL
hardware.opengl = { hardware.opengl = {