build01: emulate riscv64
This commit is contained in:
parent
cabcb9eea0
commit
99b30cf020
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
||||||
../roles/remote-builder/aarch64-nixos-community.nix
|
../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 is a mirror raid
|
||||||
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue