hdr and workspaces

This commit is contained in:
soraefir
2026-06-16 00:14:42 +02:00
parent 644db4d5f8
commit c95c417c18
3 changed files with 50 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ let isSANDBOX = builtins.elem config.syscfg.hostname [ "sandbox" ];
in {
config = lib.mkIf (!isSANDBOX) {
boot.kernelParams = [
"amdgpu.gpu_recovery=1"
"amdgpu.psr=0"
"amdgpu.dcfeaturemask=0x2"
"async_probe=tpm*" # Load TPM in parallel without blocking udev
"8250.nr_uarts=0" # Stop scanning for old motherboard serial lines (ttyS0-S3)
];