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