Select the types of activity you want to include in your feed.
1{ 2 hosts = fromTOML (builtins.readFile ./hosts.toml); 3 services = fromTOML (builtins.readFile ./services.toml); 4 mail = fromTOML (builtins.readFile ./mail.toml); 5 tsNet = "coelacanth-dragon.ts.net"; 6}