11 lines
261 B
Nix
11 lines
261 B
Nix
{ ... }:
|
|
{
|
|
_class = "clan.service";
|
|
manifest.name = "importer";
|
|
manifest.description = "Convenient, structured module imports for hosts.";
|
|
manifest.categories = [ "Utility" ];
|
|
manifest.readme = builtins.readFile ./README.md;
|
|
|
|
roles.default = { };
|
|
}
|