From 6b280d71d2aafce1b4cbf3ee86bd1751daa27092 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 11 Mar 2025 18:36:24 +0100 Subject: [PATCH] emulate aarch64 on haze --- hosts/haze/boot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/haze/boot.nix b/hosts/haze/boot.nix index a0d0d33..293d056 100644 --- a/hosts/haze/boot.nix +++ b/hosts/haze/boot.nix @@ -16,4 +16,6 @@ xkb.layout = "fr"; }; }; + + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }