chore: disable plymouth on sakura as the module is now in use

This commit is contained in:
Ahwx 2025-07-26 19:06:18 +02:00
parent f62efc1eee
commit 4741c430f9

View file

@ -76,7 +76,7 @@
''; '';
services.logind.lidSwitch = "suspend-then-hibernate"; services.logind.lidSwitch = "suspend-then-hibernate";
boot = { boot = {
plymouth.enable = true; # plymouth.enable = true; # is a module now
kernelParams = [ kernelParams = [
"mem_sleep_default=deep" "mem_sleep_default=deep"
"acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken "acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken