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