2025-01-10 14:12:33 -05:00
|
|
|
{ lib, ... }:
|
2024-10-09 03:36:08 -04:00
|
|
|
{
|
2025-01-21 12:02:11 -05:00
|
|
|
options.system.socialserver.enable = lib.mkEnableOption "Enable social media like services";
|
2025-01-10 14:12:33 -05:00
|
|
|
|
2024-10-07 11:42:34 -04:00
|
|
|
imports = [
|
2024-12-29 10:06:13 -05:00
|
|
|
./mastodon
|
|
|
|
./matrix
|
2024-10-07 11:42:34 -04:00
|
|
|
./owncast
|
|
|
|
];
|
|
|
|
}
|