6 lines
81 B
Nix
6 lines
81 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
}
|