fix btrfs corruption on Dell-Laptop
This commit is contained in:
parent
95564ef57f
commit
ffc6a27301
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user