diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 3771171..c7817f0 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -62,9 +62,12 @@ hardware.cpu.amd.updateMicrocode = true; nix.extraOptions = '' + keep-outputs = true keep-derivations = true ''; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave