From 8be91d56ee75de685a1e4a7060a9d2714c26d6fd Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 5 Jul 2024 13:15:04 -0700 Subject: [PATCH] trying to fix plymouth --- modules/plymouth.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 15b86cb..035750f 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -36,7 +36,10 @@ in ]; }; consoleLogLevel = 0; - initrd.verbose = false; + initrd = { + verbose = false; + systemd.enable = true; + }; kernelParams = [ "quiet" "splash"