diff options
author | tv <tv@krebsco.de> | 2016-11-11 08:47:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-11 08:47:57 +0100 |
commit | d61262d0e757b94e8b1d2ccca04c6e08be74a00e (patch) | |
tree | 19fe1761cdd811f492caf305aa59b976eb3ab0ea /tv/1systems/cd.nix | |
parent | 7e30c7d075666dca4d3865e2bcb3b6a7d9364cfe (diff) |
cd: drop stuff now done by ni #2
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r-- | tv/1systems/cd.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 03a5e58..dd8e2cc 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -11,26 +11,6 @@ with import <stockholm/lib>; ../2configs/fs/CAC-CentOS-7-64bit.nix ../2configs/exim-smarthost.nix ../2configs/retiolum.nix - { - tv.charybdis = { - enable = true; - ssl_cert = ../Zcerts/charybdis_cd.crt.pem; - }; - tv.iptables.input-retiolum-accept-tcp = [ - config.tv.charybdis.port - config.tv.charybdis.sslport - ]; - } - { - tv.ejabberd = { - enable = true; - hosts = [ "jabber.viljetic.de" ]; - }; - tv.iptables.input-internet-accept-tcp = [ - "xmpp-client" - "xmpp-server" - ]; - } ]; networking = { |