diff options
author | tv <tv@krebsco.de> | 2015-07-19 23:23:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-19 23:23:57 +0200 |
commit | 0a3ee5e6939fa5a9a286d788770936b38769f833 (patch) | |
tree | a33ee09ad67df0db3481a132203218d8a4205bff /1systems/tv/cd.nix | |
parent | b52b0040a88f744b3c82d1e38fa4561aab440069 (diff) |
1 tv cd: enable 2 tv charybdis
Diffstat (limited to '1systems/tv/cd.nix')
-rw-r--r-- | 1systems/tv/cd.nix | 7 |
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; |