Fix hang on wake from suspend

This commit is contained in:
Emi Simpson 2023-12-18 11:07:43 -05:00
parent 485281bb70
commit 5be6cf9ef4
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ let systemInformation = import ./system/system-information.nix; in
# Power efficiency
# https://wiki.archlinux.org/title/Power_management#Kernel_parameters
"nmi_watchdog=0"
# https://bbs.archlinux.org/viewtopic.php?id=282614 ?
"amd_iommu=off"
];
boot.kernel.sysctl = {