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.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue