Select the types of activity you want to include in your feed.
1{ 2 imports = [ 3 ./oidc.nix 4 ]; 5 flake.data = { 6 hosts = fromTOML (builtins.readFile ./hosts.toml); 7 services = fromTOML (builtins.readFile ./services.toml); 8 tsNet = "coelacanth-dragon.ts.net"; 9 }; 10}