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

fix: typo

colonma -> colmena

authored by

oli and committed by
GitHub
01b856fd ccc745c1

+1 -1
+1 -1
README.md
··· 45 - `modules`: A list of modules that will be included in the host. 46 - `class`: the class of the host, this can be one of [ "nixos", "darwin", "iso" ] or anything defined by `easyHosts.additonalClasses`. 47 - `specialArgs`: A list of special arguments that will be passed to the host. 48 - - `deployable`: this was added for people who may want to consume a deploy-rs or colonma flakeModule. 49 50 ## Similar projects 51
··· 45 - `modules`: A list of modules that will be included in the host. 46 - `class`: the class of the host, this can be one of [ "nixos", "darwin", "iso" ] or anything defined by `easyHosts.additonalClasses`. 47 - `specialArgs`: A list of special arguments that will be passed to the host. 48 + - `deployable`: this was added for people who may want to consume a deploy-rs or colmena flakeModule. 49 50 ## Similar projects 51