577: common/gpu/amd: use modesetting driver by default r=Mic92 a=K900



Co-authored-by: K900 <me@0upti.me>
This commit is contained in:
bors[bot] 2023-03-06 09:26:15 +00:00 committed by GitHub
commit 9c94083092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
config = lib.mkMerge [
{
services.xserver.videoDrivers = lib.mkDefault [ "amdgpu" ];
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
hardware.opengl = {
driSupport = lib.mkDefault true;