fix: make boot quiet on ichiyo so that plymouth works better

This commit is contained in:
Ahwx 2025-01-11 18:16:00 +01:00
parent 266159e659
commit 87da99ebd5

View file

@ -18,6 +18,7 @@
# Bootloader stuff
boot = {
kernelParams = [ "quiet" "loglevel=3" "systemd.show_status=false" "splash" ];
loader.grub = {
enable = lib.mkForce true;
device = lib.mkForce "/dev/sda";