summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-19 23:23:57 +0200
committertv <tv@krebsco.de>2015-07-19 23:23:57 +0200
commit0a3ee5e6939fa5a9a286d788770936b38769f833 (patch)
treea33ee09ad67df0db3481a132203218d8a4205bff /1systems
parentb52b0040a88f744b3c82d1e38fa4561aab440069 (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 0e45068..42e4ecf 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;