Changed Linux Kernel from 5.x.x to 6.x.x

This commit is contained in:
KaitoTLex 2025-01-23 22:11:35 -08:00
parent 74df3dd11f
commit 652a8f301c
No known key found for this signature in database
GPG key ID: A9209668BFA39C0E

View file

@ -19,14 +19,15 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = true;
boot.kernelPackages = pkgs.linuxPackages_5_15; #boot.kernelPackages = pkgs.linuxPackages_5_15;
#systemdefaults #systemdefaults
networking.hostName = "kuroko"; # Define your hostname. networking.hostName = "kuroko"; # Define your hostname.
services.ratbagd.enable = true; services.ratbagd.enable = true;
hardware.pulseaudio.support32Bit = true; hardware.pulseaudio.support32Bit = true;
boot.kernelParams = [ # boot.kernelParams = [
"mem_sleep_default=deep" # "mem_sleep_default=deep"
]; # ];
# systemd.sleep.extraConfig = '' # systemd.sleep.extraConfig = ''
# AllowSuspend=yes # AllowSuspend=yes
# AllowHibernation=yes # AllowHibernation=yes