nix-configs/modules/aarch64-emu.nix
2024-04-27 22:30:28 -04:00

3 lines
64 B
Nix

{...}: {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}