diff options
author | tv <tv@krebsco.de> | 2016-02-21 06:23:06 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-21 06:41:57 +0100 |
commit | d5db8b88edbf40df3b48364429310872edb64cea (patch) | |
tree | 3b8d5219e95b5610bacf7232f8f0489b77e09b07 /tv/1systems | |
parent | 8a7e4b95c23c45b9d341f38b7bb96c3acfecff8a (diff) |
tv.charybdis: use krebs.secret
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/cd.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 9b6382607..687f17951 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -14,11 +14,14 @@ with config.krebs.lib; ../2configs/retiolum.nix ../2configs/urlwatch.nix { - imports = [ ../2configs/charybdis.nix ]; tv.charybdis = { enable = true; - sslCert = ../Zcerts/charybdis_cd.crt.pem; + ssl_cert = ../Zcerts/charybdis_cd.crt.pem; }; + tv.iptables.input-retiolum-accept-new-tcp = [ + config.tv.charybdis.port + config.tv.charybdis.sslport + ]; } { tv.ejabberd = { |