howl: suspend loop workaround

This commit is contained in:
Luke Granger-Brown 2021-05-05 21:48:17 +01:00
parent a29f39726d
commit df6a1fe819

View file

@ -22,6 +22,7 @@ in {
"rtsx_pci_sdmmc" "rtsx_pci_sdmmc"
]; ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "button.lid_init_state=open" ];
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
boot.kernel.sysctl = { boot.kernel.sysctl = {
"abi.vsyscall32" = "0"; "abi.vsyscall32" = "0";