{ config, lib, ... }: { options.fediversity.mastodon = (import ../sharedOptions.nix { inherit config lib; serviceName = "mastodon"; serviceDocName = "Mastodon"; }) // { }; }