diff options
author | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
commit | 869eeb1dc1d3bfeddf67f882e0853b15e63dceb3 (patch) | |
tree | fa6bf616e54422468ef7f58c290a710b0710b9b9 /tv/configs/consul-client.nix | |
parent | b9df7908fc96c6e809c3f22bfca50d8703ce12a1 (diff) |
* tv -> tv *
Diffstat (limited to 'tv/configs/consul-client.nix')
-rw-r--r-- | tv/configs/consul-client.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/configs/consul-client.nix b/tv/configs/consul-client.nix new file mode 100644 index 0000000..0a8bf4d --- /dev/null +++ b/tv/configs/consul-client.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ ./consul-server.nix ]; + + tv.consul = { + server = pkgs.lib.mkForce false; + }; +} |