ci: format

This commit is contained in:
Barrett Ruth 2026-03-03 00:42:25 -05:00
parent 310bd074e7
commit 25b821a4fd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 374 additions and 331 deletions

View file

@ -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";