Update configuration.nix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user