From ffc6a2730139d4db882fc99584dd4454f6290910 Mon Sep 17 00:00:00 2001 From: Dmitriy Holkin Date: Sat, 21 Mar 2020 01:42:50 +0400 Subject: [PATCH] fix btrfs corruption on Dell-Laptop --- modules/hardware.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hardware.nix b/modules/hardware.nix index 3a68838..00b973c 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -43,9 +43,9 @@ with deviceSpecific; { boot.blacklistedKernelModules = lib.mkIf (device == "Dell-Laptop") [ "psmouse" ]; - boot.kernelParams = lib.mkIf (device == "Dell-Laptop") [ - "mem_sleep_default=deep" - ]; + # boot.kernelParams = lib.mkIf (device == "Dell-Laptop") [ + # "mem_sleep_default=deep" + # ]; boot.extraModprobeConfig = lib.mkIf (device == "AMD-Workstation") '' options snd slots=snd_virtuoso,snd_usb_audio