diff options
Diffstat (limited to 'makefu/2configs/graphite-standalone.nix')
-rw-r--r-- | makefu/2configs/graphite-standalone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/graphite-standalone.nix b/makefu/2configs/graphite-standalone.nix index dd5438e8d..15ae6b68f 100644 --- a/makefu/2configs/graphite-standalone.nix +++ b/makefu/2configs/graphite-standalone.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>; { imports = [ ]; |