nixos-config/modules/system/services/server/social/default.nix

10 lines
86 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./lemmy
2024-12-29 10:06:13 -05:00
./mastodon
./matrix
./owncast
];
}