nix-config/systems/common/optional/boot/loud_boot.nix

12 lines
139 B
Nix
Raw Normal View History

2024-06-19 13:06:32 +00:00
{
console = {
earlySetup = true;
};
boot = {
loader.timeout = 3;
consoleLogLevel = 3;
initrd.verbose = true;
};
}