forked from colonelpanic/dotfiles
[NixOS] Disable plymouth in ryzen-shine
This commit is contained in:
@@ -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"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user