diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 1c65d73..f816b52 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -27,6 +27,8 @@ in supportedFilesystems = [ "nfs" ]; }; + binfmt.emulatedSystems = [ "aarch64-linux" ]; # Enabled for arm compilation + kernelModules = [ "vfio" "vfio_iommu_type1"