ROCKPro64-Server/system/services/server/socialserver/default.nix

11 lines
175 B
Nix
Raw Normal View History

2025-02-28 12:21:09 -05:00
{ lib, ... }:
{
options.system.socialserver.enable = lib.mkEnableOption "Enable social media like services";
imports = [
./mastodon
./matrix
./owncast
];
}