{ config, pkgs, lib, ... }: { # TODO: rename to emulation? boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" ]; boot.binfmt.preferStaticEmulators = true; }