summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-19 23:23:57 +0200
committertv <tv@shackspace.de>2015-07-19 23:23:57 +0200
commitda797530dea52ee9b77c5a4225c10d940fb276e4 (patch)
treea33ee09ad67df0db3481a132203218d8a4205bff /1systems
parent037847a71f726a2ad0d6faec58fba699f55d0832 (diff)
1 tv cd: enable 2 tv charybdis
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;