config.nix/modules/server/social/default.nix
2026-04-11 17:30:53 +02:00

13 lines
99 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./gotosocial.nix
./synapse.nix
];
}