diff options
author | tv <tv@shackspace.de> | 2015-08-29 09:02:00 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-29 09:02:00 +0200 |
commit | 83f06535de527c7470f8ff9c8b5e3a4632cf7cb9 (patch) | |
tree | a452bbb46607a08359ccc89bb17f65b8f77cb761 /tv | |
parent | bf2ef5c76ba3ee84a067b26da40334a4dd192be4 (diff) |
tv {cd,nomic,wu}: disable consul
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/cd.nix | 2 | ||||
-rw-r--r-- | tv/1systems/nomic.nix | 2 | ||||
-rw-r--r-- | tv/1systems/wu.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index bb8124576..b385848f1 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -25,7 +25,7 @@ with lib; ../2configs/CAC-Developer-2.nix ../2configs/CAC-CentOS-7-64bit.nix ../2configs/base.nix - ../2configs/consul-server.nix + #../2configs/consul-server.nix ../2configs/git.nix { imports = [ ../2configs/charybdis.nix ]; diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 7010e68b4..f08e74bbe 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -24,7 +24,7 @@ with lib; imports = [ ../2configs/AO753.nix ../2configs/base.nix - ../2configs/consul-server.nix + #../2configs/consul-server.nix ../2configs/git.nix { tv.iptables = { diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index da60738e6..6cd1565f7 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -24,7 +24,7 @@ with lib; imports = [ ../2configs/w110er.nix ../2configs/base.nix - ../2configs/consul-client.nix + #../2configs/consul-client.nix ../2configs/git.nix ../2configs/mail-client.nix ../2configs/xserver.nix |