Changed Linux Kernel from 5.x.x to 6.x.x
This commit is contained in:
parent
74df3dd11f
commit
652a8f301c
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue