diff --git a/flake.nix b/flake.nix index a64f949..8153813 100644 --- a/flake.nix +++ b/flake.nix @@ -107,6 +107,7 @@ }; nixosConfigurations = { wheatley = nixpkgs.lib.nixosSystem { + system = "armv7l-linux"; specialArgs = {inherit inputs outputs;}; modules = [ # > Our main nixos configuration file <