clan-infra/modules/web01/matrix-synapse.nix
Jörg Thalheim d4204578be
All checks were successful
checks / test (pull_request) Successful in 30s
half-finished migration to synapse
2024-04-12 15:40:27 +02:00

7 lines
165 B
Nix

{ self, ... }:
{
imports = [ self.inputs.clan-core.clanModules.matrix-synapse ];
clan.matrix-synapse.enable = true;
clan.matrix-synapse.domain = "clan.lol";
}