diff options
author | tv <tv@shackspace.de> | 2015-07-24 12:03:51 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 12:04:38 +0200 |
commit | e3b72bb66e7c6bf410c8db81ff04e355a7b22116 (patch) | |
tree | 53b9f0c9bc9042c612c9937d61af84e57500fc69 /1systems/tv/cd.nix | |
parent | b6987329fe6dca5aca96fc651f06867c26dbf236 (diff) |
3: {tv -> krebs}.github-hosts-sync
Diffstat (limited to '1systems/tv/cd.nix')
-rw-r--r-- | 1systems/tv/cd.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index 407fc25cf..463d643a6 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -29,10 +29,10 @@ in }; } { - imports = [ ../../3modules/tv/github-hosts-sync.nix ]; - tv.github-hosts-sync.enable = true; + imports = [ ../../3modules/krebs/github-hosts-sync.nix ]; + krebs.github-hosts-sync.enable = true; tv.iptables.input-internet-accept-new-tcp = - singleton config.tv.github-hosts-sync.port; + singleton config.krebs.github-hosts-sync.port; } { imports = [ ../../2configs/tv/identity.nix ]; |