dots/nixcfgs/modules/nixos/core/binfmt.nix
2026-03-15 21:07:36 +00:00

3 lines
62 B
Nix

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