From fdfa31046bc60ca6ff03de0029ef99a6f545ecfd Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sat, 8 Oct 2022 15:16:25 -0300 Subject: [PATCH] electra: also emulate aarch64 --- hosts/electra/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/electra/default.nix b/hosts/electra/default.nix index 170d581a..1397121c 100644 --- a/hosts/electra/default.nix +++ b/hosts/electra/default.nix @@ -11,5 +11,7 @@ system.stateVersion = "22.05"; # Slows down write operations considerably nix.settings.auto-optimise-store = false; + + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }