[NixOS] Disable plymouth in ryzen-shine
This commit is contained in:
parent
7491191f8c
commit
91925dba56
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = false;
|
||||||
};
|
};
|
||||||
boot.kernelParams = ["quiet"];
|
boot.kernelParams = ["quiet"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user