Emulated builder settings.

This commit is contained in:
2024-01-03 19:12:10 +00:00
parent d4319ff7b6
commit bfa556bb74

View File

@@ -20,4 +20,6 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}