New file only for host declaration

Easier reference between nodes
This commit is contained in:
= 2025-02-03 07:17:58 +01:00
parent 0495e100fe
commit 398d3dfeca
3 changed files with 116 additions and 102 deletions

View file

@ -59,7 +59,7 @@
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
lib = nixpkgs.lib;
hosts = import hosts/hosts.nix { inherit inputs; };
hosts = import hosts/deployments.nix { inherit inputs; };
in
{