nixos-config/modules/system/services/server/social/default.nix
2025-01-01 23:14:44 -05:00

8 lines
74 B
Nix

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