a flake module to ease creating and managing multiple hosts in your nix flake.

docs: add flake.parts site

+3
+3
README.md
··· 20 21 ## Explanation of the module 22 23 - `easyHosts.autoConstruct`: If set to true, the module will automatically construct the hosts for you from the directory structure of `easyHosts.path`. 24 25 - `easyHosts.path`: The directory to where the hosts are stored, this *must* be set to use `easyHosts.autoConstruct`.
··· 20 21 ## Explanation of the module 22 23 + > [!TIP] 24 + > You can find rendered documentation on the [flake.parts website](https://flake.parts/options/easy-hosts.html) 25 + 26 - `easyHosts.autoConstruct`: If set to true, the module will automatically construct the hosts for you from the directory structure of `easyHosts.path`. 27 28 - `easyHosts.path`: The directory to where the hosts are stored, this *must* be set to use `easyHosts.autoConstruct`.