mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: make boot quiet on ichiyo so that plymouth works better
This commit is contained in:
parent
266159e659
commit
87da99ebd5
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
# Bootloader stuff
|
# Bootloader stuff
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelParams = [ "quiet" "loglevel=3" "systemd.show_status=false" "splash" ];
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
enable = lib.mkForce true;
|
enable = lib.mkForce true;
|
||||||
device = lib.mkForce "/dev/sda";
|
device = lib.mkForce "/dev/sda";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue