nixos/castle: Emulate ARM

This commit is contained in:
Jack O'Sullivan 2024-08-17 12:39:36 +01:00
parent 198e7188bd
commit e174af45f6

View File

@ -75,6 +75,8 @@ in
}; };
}; };
}; };
binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}; };
fileSystems = { fileSystems = {