diff options
author | tv <tv@shackspace.de> | 2015-07-28 20:40:25 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-28 20:40:25 +0200 |
commit | 8170b281964688b542fb151054c5d86d819008b3 (patch) | |
tree | a37b713c7662dbaef73508bca889c83c7dc5a620 /tv/configs/consul-client.nix | |
parent | a7ff77b6c147be71d60bda7e73c65286ecfb7c83 (diff) |
tv: reintroduce directory numbers
Diffstat (limited to 'tv/configs/consul-client.nix')
-rw-r--r-- | tv/configs/consul-client.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tv/configs/consul-client.nix b/tv/configs/consul-client.nix deleted file mode 100644 index 0a8bf4d75..000000000 --- a/tv/configs/consul-client.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, ... }: - -{ - imports = [ ./consul-server.nix ]; - - tv.consul = { - server = pkgs.lib.mkForce false; - }; -} |