summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-19 16:13:27 +0200
committertv <tv@shackspace.de>2015-07-19 16:13:27 +0200
commit2457f4183b3266b8ca35f9d3036f4fc45e62c407 (patch)
tree233a73eaef4a20e7cef9794b5a97089e2f3b4a59 /1systems
parentc441f091d3923d2624683373b91bf711028e76f5 (diff)
1 tv cd: enable github-hosts-sync
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/cd.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix
index 4826a068..dda9987c 100644
--- a/1systems/tv/cd.nix
+++ b/1systems/tv/cd.nix
@@ -18,6 +18,12 @@ with lib;
};
}
{
+ 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 = {
enable = true;