build01: emulate riscv64

This commit is contained in:
Jörg Thalheim 2023-01-05 10:17:46 +01:00 committed by zowoq
parent cabcb9eea0
commit 99b30cf020

View file

@ -17,6 +17,9 @@
../roles/remote-builder/aarch64-nixos-community.nix
];
# Emulate riscv64 until we have proper builders
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
# /boot is a mirror raid
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
boot.loader.grub.enable = true;