chore: rename systems.nix to default.nix

This commit is contained in:
notohh 2023-05-12 05:32:44 -04:00
parent 565bfa66d8
commit 15c1798b5f
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 1 deletions

View file

@ -46,6 +46,6 @@
};
deploy = import ./hosts/deploy.nix inputs;
formatter.${system} = pkgs.alejandra;
nixosConfigurations = import ./hosts/systems.nix inputs;
nixosConfigurations = import ./hosts inputs;
};
}