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" ]; }