{ ... }: { _class = "clan.service"; manifest.name = "gitea"; manifest.description = "Git with a cup of tea!"; manifest.categories = [ "System" ]; roles.default = { perInstance.nixosModule = { config, lib, ... }: { services.gitea.enable = true; }; }; }