Merge branch 'main' of github.com:KaitoTLex/KaitoianOS
This commit is contained in:
KaitoTLex 2025-01-26 21:44:16 -08:00
commit c17d8d21de
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77

View file

@ -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