9 lines
219 B
Nix
9 lines
219 B
Nix
{ ... }:
|
|
{
|
|
_class = "clan.service";
|
|
manifest.name = "clan-core/importer";
|
|
manifest.description = "Convenient, structured module imports for hosts.";
|
|
manifest.categories = [ "Utility" ];
|
|
roles.default = { };
|
|
}
|