From bff0256b86379dbfa503207918607afe33d31fac Mon Sep 17 00:00:00 2001 From: ska Date: Fri, 2 Jan 2026 23:49:15 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8bbfc9a..0509437 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,6 +24,8 @@ boot.initrd.systemd.enable = true; + boot = { + plymouth = { enable = true; theme = "rings"; @@ -36,6 +38,8 @@ }; # Enable "Silent boot" + consoleLogLevel = 3; + initrd.verbose = false; kernelParams = [ "quiet" "splash" @@ -48,6 +52,8 @@ # It will just not appear on screen unless a key is pressed loader.timeout = 0; + }; + boot.initrd.availableKernelModules = [ "usb_storage" "xhci_hcd"