diff options
Diffstat (limited to 'makefu/2configs/solr.nix')
-rw-r--r-- | makefu/2configs/solr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/solr.nix b/makefu/2configs/solr.nix index cad9eabc1..6fc02df1f 100644 --- a/makefu/2configs/solr.nix +++ b/makefu/2configs/solr.nix @@ -2,7 +2,7 @@ # graphite-web on port 8080 # carbon cache on port 2003 (tcp/udp) -with config.krebs.lib; +with import <stockholm/lib>; let solrHome = "/var/db/solr"; in { |