{ lib, ... }: { options.system.socialserver.enable = lib.mkOption { type = lib.types.bool; default = false; }; imports = [ ./mastodon ./matrix ./owncast ]; }