diff options
Diffstat (limited to '1systems/tv')
-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 0e45068a6..42e4ecf1a 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; |