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

9 lines
74 B
Nix

{ ... }:
{
imports = [
./mastodon
./matrix
./owncast
];
}