summaryrefslogtreecommitdiffstats
path: root/tv/1systems/cd.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-11 08:47:46 +0100
committertv <tv@krebsco.de>2016-11-11 08:47:57 +0100
commitb837dec290e54f532cd5539c93a663ba11f68c54 (patch)
treeae187b4d10f79fe6b77fa1be91ba2d5ead7801c5 /tv/1systems/cd.nix
parentae73660522fb8a02a86eaa7124285a3aaa3cbb14 (diff)
cd: drop stuff now done by ni #2
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r--tv/1systems/cd.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix
index 03a5e58d..dd8e2cc6 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 = {