1
0
forked from clan/clan-core

quickstart: change hostPlatform

This commit is contained in:
Jörg Thalheim 2023-08-30 14:48:22 +02:00
parent 299d1d48b6
commit f01581f04c

View File

@ -43,7 +43,7 @@ If you already manage NixOS machines using a flake, you can integrate them with
directory = ./.;
machines = {
turingmachine = {
nixpkgs.pkgs = nixpkgs.legacyPackages.aarch64-linux;
nixpkgs.hostPlatform = "x86_64-linux";
imports = [
./configuration.nix
];