diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index ccc4152..62fbfa9 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -193,6 +193,10 @@ # enableSSHSupport = true; # }; + + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems; + # List services that you want to enable: # Enable the OpenSSH daemon.