From 652a8f301cfb0ba287a64bcc48e960c6671c3edb Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Thu, 23 Jan 2025 22:11:35 -0800 Subject: [PATCH] Changed Linux Kernel from 5.x.x to 6.x.x --- hosts/kuroko/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 8aed561..65e5ae1 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -19,14 +19,15 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; virtualisation.waydroid.enable = true; - boot.kernelPackages = pkgs.linuxPackages_5_15; + #boot.kernelPackages = pkgs.linuxPackages_5_15; #systemdefaults 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