From e174af45f626b2fb4213656665a85266fd9c0c80 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 17 Aug 2024 12:39:36 +0100 Subject: [PATCH] nixos/castle: Emulate ARM --- nixos/boxes/home/castle/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/boxes/home/castle/default.nix b/nixos/boxes/home/castle/default.nix index 7e0af30..e0e620d 100644 --- a/nixos/boxes/home/castle/default.nix +++ b/nixos/boxes/home/castle/default.nix @@ -75,6 +75,8 @@ in }; }; }; + + binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ]; }; fileSystems = {