nixos-config/modules/system/services/server/social/default.nix
2024-12-29 10:06:13 -05:00

9 lines
86 B
Nix

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