diff options
author | tv <tv@krebsco.de> | 2015-10-21 00:08:18 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-21 00:11:12 +0200 |
commit | 20785d307636502a917abcf7c552290426ba3efe (patch) | |
tree | 982923e3eefd9d74b8346bfbf4a733d43dcb49f7 /tv/3modules | |
parent | cc3dc775fb435c95dd6a25182fc3c0c3ea01d76a (diff) |
stockholm: provide krebs lib
Diffstat (limited to 'tv/3modules')
-rw-r--r-- | tv/3modules/consul.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/consul.nix b/tv/3modules/consul.nix index e764ab7..ccdee07 100644 --- a/tv/3modules/consul.nix +++ b/tv/3modules/consul.nix @@ -5,7 +5,7 @@ # TODO consul-bootstrap HOST that actually does is # TODO tools to inspect state of a cluster in outage state -with import ../4lib { inherit lib pkgs; }; +with lib; let cfg = config.tv.consul; |