From 967f1151c54877af5316fea00fa44c83827fcb3e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 9 Dec 2024 20:43:26 -0600 Subject: [PATCH] shadowfax can deploy to varda now --- nixos/hosts/shadowfax/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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"