diff --git a/flake.nix b/flake.nix index 71cf8a2..b14d4ef 100644 --- a/flake.nix +++ b/flake.nix @@ -11,14 +11,11 @@ }; outputs = { self, nixpkgs, ... }@inputs: - let - system = "x86_64-linux"; - pkgs = nixpkgs.legacyPackages.${system}; - in { nixosConfigurations = { snowhawk = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; + system = "x86_64-linux"; modules = [ ./hosts/snowhawk/hardware-configuration.nix ./configuration.nix @@ -27,6 +24,7 @@ }; sprite = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; + system = "aarch64-linux"; modules = [ ./hosts/sprite/hardware-configuration.nix ./configuration.nix