fix: format boot
This commit is contained in:
parent
13acc696c9
commit
2a66fcb614
1 changed files with 10 additions and 10 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{lib,...}:
|
||||
{ lib, ... }:
|
||||
{
|
||||
boot.loader = {
|
||||
timeout = lib.mkDefault 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 100;
|
||||
};
|
||||
};
|
||||
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