boot/module.nix: quiesce boot process

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit fc1175b8a0

View file

@ -35,6 +35,17 @@ in {
];
boot = {
tmp.useTmpfs = true;
consoleLogLevel = 0;
kernelParams = [
"quiet"
"splash"
"rd.systemd.show_status=false"
"rd.udev.log_level=3"
"udev.log_priority=3"
"boot.shell_on_fail"
];
initrd = {
verbose = false;
systemd.enable = true;