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"