From e5f5509744c357d33f414409749f11c2fbfdc75e Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Sat, 8 Feb 2025 00:04:39 -0800 Subject: [PATCH] it might work --- hosts/kuroko/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 9952b9a..3a00a83 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -24,9 +24,9 @@ networking.hostName = "kuroko"; # Define your hostname. services.ratbagd.enable = true; hardware.pulseaudio.support32Bit = true; - boot.kernelParams = [ - "mem_sleep_default=deep" - ]; + # boot.kernelParams = [ + # "mem_sleep_default=deep" + # ]; # systemd.sleep.extraConfig = '' # AllowSuspend=yes # AllowHibernation=yes