diff --git a/flake.nix b/flake.nix index 945f420..00eb2a9 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,17 @@ }; nixosConfigurations.vno1-rp3b = nixpkgs.lib.nixosSystem { - system = "aarch64-linux"; + # unstable + #pkgs = import nixpkgs { + # hostPlatform.config = "aarch64-linux"; + # buildPlatform.config = "x86_64-linux"; + #}; + + pkgs = import nixpkgs { + system = "aarch64-linux"; + crossSystem = "x86_64-linux"; + }; + modules = [ ./hosts/vno1-rp3b/configuration.nix