diff --git a/os/system/boot.nix b/os/system/boot.nix index e8ab98c..553b428 100644 --- a/os/system/boot.nix +++ b/os/system/boot.nix @@ -5,7 +5,7 @@ kernelParams = [ "loglevel=3" "quiet" - "spash" + "splash" "console=tty1" ]; consoleLogLevel = 0;