profiles/boot: refactor, change OS prober default
This commit is contained in:
parent
1e3547c2c2
commit
11b2abf96c
2 changed files with 15 additions and 11 deletions
|
@ -1,12 +1,14 @@
|
|||
{ lib, ... }: {
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = lib.mkDefault true;
|
||||
enable = mkDefault true;
|
||||
editor = false;
|
||||
consoleMode = "2";
|
||||
};
|
||||
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = lib.mkDefault 3;
|
||||
timeout = mkDefault 3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue