fix btrfs corruption on Dell-Laptop

This commit is contained in:
Dmitriy Holkin 2020-03-21 01:42:50 +04:00
parent 95564ef57f
commit ffc6a27301

View File

@ -43,9 +43,9 @@ with deviceSpecific; {
boot.blacklistedKernelModules = lib.mkIf (device == "Dell-Laptop") [ boot.blacklistedKernelModules = lib.mkIf (device == "Dell-Laptop") [
"psmouse" "psmouse"
]; ];
boot.kernelParams = lib.mkIf (device == "Dell-Laptop") [ # boot.kernelParams = lib.mkIf (device == "Dell-Laptop") [
"mem_sleep_default=deep" # "mem_sleep_default=deep"
]; # ];
boot.extraModprobeConfig = lib.mkIf (device == "AMD-Workstation") '' boot.extraModprobeConfig = lib.mkIf (device == "AMD-Workstation") ''
options snd slots=snd_virtuoso,snd_usb_audio options snd slots=snd_virtuoso,snd_usb_audio