Add mkDefault to services.xserver.videoDrivers = [ "amdgpu" ];
This commit is contained in:
parent
1f60672721
commit
b35c93e8a2
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
services.xserver.videoDrivers = lib.mkDefault [ "amdgpu" ];
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
|
|
Loading…
Reference in a new issue