diff options
| author | tv <tv@krebsco.de> | 2015-07-25 00:04:04 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-25 00:31:07 +0200 |
| commit | 129829cacfee9bc5b7fda99e50b70bc3ffe8a9bc (patch) | |
| tree | 39e47cf97b015bf948dc2db0403228e90f9a79d3 /1systems/tv/cd.nix | |
| parent | 3453edadf2ac2fb76e9e690655dd9f4981e7e9c1 (diff) | |
tv.identity -> krebs.build + extraHosts hack
Diffstat (limited to '1systems/tv/cd.nix')
| -rw-r--r-- | 1systems/tv/cd.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index c0c41e9..4b8c40f 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -7,6 +7,8 @@ let in { + krebs.build.host = config.krebs.hosts.cd; + imports = [ ../../2configs/tv/CAC-Developer-2.nix ../../2configs/tv/CAC-CentOS-7-64bit.nix @@ -33,10 +35,6 @@ in singleton config.krebs.github-hosts-sync.port; } { - imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.krebs.hosts.cd; - } - { tv.iptables = { enable = true; input-internet-accept-new-tcp = [ |
