workaround amdgpu bug
This commit is contained in:
parent
324967112e
commit
68c3f4559b
2 changed files with 5 additions and 0 deletions
4
hosts/toaster/amdgpu-sg-fix.nix
Normal file
4
hosts/toaster/amdgpu-sg-fix.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.kernelParams = [ "amdgpu.sg_display=0" ];
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./amd.nix
|
||||
./amdgpu-sg-fix.nix
|
||||
./hardware-configuration.nix
|
||||
./irc.nix
|
||||
./network.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue