fix manyfold

This commit is contained in:
mjallen18
2024-09-20 19:17:19 -05:00
parent 1f4010eb89
commit 6553d2b574
13 changed files with 264 additions and 78 deletions

View File

@@ -10,6 +10,13 @@ in
loader = {
systemd-boot = {
enable = lib.mkForce false;
extraEntries = {
"Windows.conf" = ''
title Windows 11
efi /shellx64.efi
options -nointerrupt -nomap -noversion b18bfb02-872a-4a24-ada1-afe1e51474f4:EFI\Microsoft\Boot\bootmgfw.efi
'';
};
};
efi = {
@@ -40,4 +47,8 @@ in
consoleLogLevel = 3;
bootspec.enable = true;
};
environment.systemPackages = with pkgs; [
edk2-uefi-shell
];
}