Disable PSR to avoid laptop crashing

This commit is contained in:
Eli Ribble 2024-10-05 18:27:42 -07:00
parent 6099b0a23c
commit ad3adb8db2
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
];
# 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.efi.canTouchEfiVariables = true;