boot/module.nix: add timeout of 0 for the bootloader
This commit is contained in:
parent
c7c866f8a5
commit
5783c1136e
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ in {
|
|||
};
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
# I love spamming space
|
||||
timeout = 0;
|
||||
systemd-boot = {
|
||||
enable = cfg.systemd-boot.enable;
|
||||
editor = mkForce false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue