diff --git a/flake.nix b/flake.nix index d2f10bc..2a971ea 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ }; }; nixosConfigurations = { - wheatley = nixpkgs.lib.nixosSystem { + wheatley = nixpkgs.legacyPackages.armv7l-linux.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ # > Our main nixos configuration file <