summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/cd.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix
index 0e45068a..42e4ecf1 100644
--- a/1systems/tv/cd.nix
+++ b/1systems/tv/cd.nix
@@ -15,6 +15,13 @@ in
../../2configs/tv/exim-smarthost.nix
../../2configs/tv/git-public.nix
{
+ imports = [ ../../2configs/tv/charybdis.nix ];
+ tv.charybdis = {
+ enable = true;
+ sslCert = ../../Zcerts/charybdis_cd.crt.pem;
+ };
+ }
+ {
imports = [ ../../3modules/tv/ejabberd.nix ];
tv.ejabberd = {
enable = true;