From 15c1798b5f73ad1420dc5528b00eef1ff6d3e3f3 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 12 May 2023 05:32:44 -0400 Subject: [PATCH] chore: rename systems.nix to default.nix --- flake.nix | 2 +- hosts/{systems.nix => default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/{systems.nix => default.nix} (100%) 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