workaround amdgpu bug

This commit is contained in:
Grigory Shipunov 2023-05-03 23:10:15 +02:00
parent 324967112e
commit 68c3f4559b
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ ... }:
{
boot.kernelParams = [ "amdgpu.sg_display=0" ];
}

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
imports = [
./amd.nix
./amdgpu-sg-fix.nix
./hardware-configuration.nix
./irc.nix
./network.nix