From 5383eafc234bb191fa1c3ae4899a0c8bae9f4205 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 2 Mar 2024 15:10:30 +0000 Subject: machines/herja: add mem_sleep_default As per NixOS's hardware library, this might be a good addition. --- machines/devhell/herja.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index 0d8fa3b2..8d681ac7 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -19,7 +19,7 @@ }; kernelModules = [ "kvm-amd" "acpi_call" ]; - kernelParams = [ "acpi_backlight=native" ]; + kernelParams = [ "acpi_backlight=native" "mem_sleep_default=deep" ]; extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; }; -- cgit 1.4.1