[NixOS] Disable plymouth in ryzen-shine

This commit is contained in:
Ivan Malison 2023-08-19 14:55:27 -06:00
parent 7491191f8c
commit 91925dba56

View File

@ -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"];