Disable PSR to avoid laptop crashing
This commit is contained in:
parent
6099b0a23c
commit
ad3adb8db2
|
@ -11,6 +11,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
# Disable PSR according to
|
||||||
|
# https://bbs.archlinux.org/viewtopic.php?pid=2191514#p2191514
|
||||||
|
boot.kernelParams = [
|
||||||
|
"amdgpu.dcdebugmask=0x12"
|
||||||
|
];
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue