feat: generalize systemd-boot config

This commit is contained in:
Infinidoge 2021-09-10 10:45:13 -04:00
parent acb964f7f2
commit d042634a91
2 changed files with 15 additions and 12 deletions

View file

@ -0,0 +1,12 @@
{ ... }: {
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
consoleMode = "2";
};
efi.canTouchEfiVariables = true;
timeout = 3;
};
}