Skip to content

Commit

Permalink
Explicitly specify bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Oct 30, 2023
1 parent 41d32bc commit 51486cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"boot.shell_on_fail"
];
kernelModules = [];
loader.timeout = lib.mkForce 0;
loader = {
timeout = lib.mkForce 0;
generic-extlinux-compatible.enable = true;
};
binfmt.emulatedSystems = ["aarch64-linux"];
supportedFilesystems = [
# "apfs"
Expand Down

0 comments on commit 51486cd

Please sign in to comment.