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