ci: format
This commit is contained in:
parent
310bd074e7
commit
25b821a4fd
8 changed files with 374 additions and 331 deletions
|
|
@ -32,11 +32,13 @@ in
|
|||
configurationLimit = 5;
|
||||
gfxmodeEfi = "1920x1200,auto";
|
||||
fontSize = 36;
|
||||
mirroredBoots = [{
|
||||
path = "/boot";
|
||||
efiSysMountPoint = "/efi";
|
||||
devices = [ "nodev" ];
|
||||
}];
|
||||
mirroredBoots = [
|
||||
{
|
||||
path = "/boot";
|
||||
efiSysMountPoint = "/efi";
|
||||
devices = [ "nodev" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/efi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue