it might work

This commit is contained in:
KaitoTLex 2025-02-08 00:04:39 -08:00
parent 4c82585bd2
commit e5f5509744
No known key found for this signature in database
GPG key ID: A9209668BFA39C0E

View file

@ -24,9 +24,9 @@
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