From 2457f4183b3266b8ca35f9d3036f4fc45e62c407 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 19 Jul 2015 16:13:27 +0200 Subject: 1 tv cd: enable github-hosts-sync --- 1systems/tv/cd.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '1systems') diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index 4826a0684..dda9987c9 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -17,6 +17,12 @@ with lib; hosts = [ "jabber.viljetic.de" ]; }; } + { + imports = [ ../../3modules/tv/github-hosts-sync.nix ]; + tv.github-hosts-sync.enable = true; + tv.iptables.input-internet-accept-new-tcp = + singleton config.tv.github-hosts-sync.port; + } { imports = [ ../../3modules/tv/identity.nix ]; tv.identity = { -- cgit v1.2.3