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 | 7726d37ffd6a41b573c37bece0ccc421131571cd (patch) | |
tree | 39e84cbf7ffbfca5602396b2d15489817b7cac23 /tv/1systems/cd.nix | |
parent | fc98a72c541bb9b3e50cd78edc32622baa0c7195 (diff) |
tv.charybdis: use krebs.secret
Diffstat (limited to 'tv/1systems/cd.nix')
-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 9b63826..687f179 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 = { |