diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index dbc245b..89b5b43 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -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;