chore: commonize bootloader
This commit is contained in:
parent
f69abba97e
commit
bc55f12776
4 changed files with 21 additions and 6 deletions
12
common/boot.nix
Normal file
12
common/boot.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{lib,...}:
|
||||
{
|
||||
boot.loader = {
|
||||
timeout = lib.mkDefault 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 100;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue