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"