From 9dc96a22646b5e327e0198a6ecb68d0ede197286 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Wed, 9 Jul 2025 22:17:46 +0800 Subject: [PATCH] fix typo --- os/system/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;