From a4f85a382a1c00a132fef9ec2b5010881bbbbbe5 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Wed, 22 Jan 2025 22:34:24 -0800 Subject: [PATCH] idk --- hosts/kuroko/configuration.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index ceae3b4..022c967 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -24,6 +24,21 @@ networking.hostName = "kuroko"; # Define your hostname. services.ratbagd.enable = true; hardware.pulseaudio.support32Bit = true; + boot.kernelParams = [ + "quiet" + "splash" + "boot.shell_on_fail" + "rd.systemd.show_status=false" + "rd.udev.log_level=3" + "udev.log_priority=3" + "mem_sleep_default=deep" + ]; + systemd.sleep.extraConfig = '' + AllowSuspend=yes + AllowHibernation=yes + AllowHybridSleep=yes + AllowSuspendThenHibernate=yes + ''; #Nvidia Hardware begins services.xserver.videoDrivers = [