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

12 lines
139 B
Nix

{
console = {
earlySetup = true;
};
boot = {
loader.timeout = 3;
consoleLogLevel = 3;
initrd.verbose = true;
};
}