diff options
| author | tv <tv@shackspace.de> | 2015-07-10 21:40:55 +0200 | 
|---|---|---|
| committer | tv <tv@shackspace.de> | 2015-07-10 21:40:55 +0200 | 
| commit | a86f97a90f58d0a330864f6c1805bca8579c3b3f (patch) | |
| tree | 74cfeb6cc6e5a5b07a79cd60aab2631e9fda9282 /modules/tv | |
| parent | 50799209bf891958c033bd2daced80cc1b15ae7e (diff) | |
tv.consul: remove unused variable: service-name
Diffstat (limited to 'modules/tv')
| -rw-r--r-- | modules/tv/consul/default.nix | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/tv/consul/default.nix b/modules/tv/consul/default.nix index c7a3da2b7..2ee6fb8c2 100644 --- a/modules/tv/consul/default.nix +++ b/modules/tv/consul/default.nix @@ -8,8 +8,6 @@  with builtins;  with lib;  let -  service-name = "consul"; -    cfg = config.tv.consul;    out = {  | 
