Update configuration.nix

This commit is contained in:
ska
2026-01-02 23:49:15 +00:00
parent 3165d6694a
commit bff0256b86

View File

@@ -24,6 +24,8 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot = {
plymouth = { plymouth = {
enable = true; enable = true;
theme = "rings"; theme = "rings";
@@ -36,6 +38,8 @@
}; };
# Enable "Silent boot" # Enable "Silent boot"
consoleLogLevel = 3;
initrd.verbose = false;
kernelParams = [ kernelParams = [
"quiet" "quiet"
"splash" "splash"
@@ -48,6 +52,8 @@
# It will just not appear on screen unless a key is pressed # It will just not appear on screen unless a key is pressed
loader.timeout = 0; loader.timeout = 0;
};
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [
"usb_storage" "usb_storage"
"xhci_hcd" "xhci_hcd"