From 91925dba56cc66f749ccad02ab0291c941a56392 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 19 Aug 2023 14:55:27 -0600 Subject: [PATCH] [NixOS] Disable plymouth in ryzen-shine --- nixos/machines/ryzen-shine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/ryzen-shine.nix b/nixos/machines/ryzen-shine.nix index 0b194559..ea2a4bc0 100644 --- a/nixos/machines/ryzen-shine.nix +++ b/nixos/machines/ryzen-shine.nix @@ -16,7 +16,7 @@ boot.initrd.systemd.enable = true; boot.plymouth = { - enable = true; + enable = false; }; boot.kernelParams = ["quiet"];