diff --git a/flake.nix b/flake.nix index 444bc51..7166ab2 100755 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,6 @@ }; deploy = import ./hosts/deploy.nix inputs; formatter.${system} = pkgs.alejandra; - nixosConfigurations = import ./hosts/systems.nix inputs; + nixosConfigurations = import ./hosts inputs; }; } diff --git a/hosts/systems.nix b/hosts/default.nix similarity index 100% rename from hosts/systems.nix rename to hosts/default.nix