nixos/graphite: fix storage dir for carbon

This commit is contained in:
Jaka Hudoklin 2013-11-07 11:29:18 +01:00 committed by Bjørn Forsman
parent 0c555809d1
commit 673fc81337

View File

@ -15,6 +15,7 @@ let
PYTHONPATH = "${pkgs.python27Packages.carbon}/lib/python2.7/site-packages";
GRAPHITE_ROOT = dataDir;
GRAPHITE_CONF_DIR = "/etc/graphite/";
GRAPHITE_STORAGE_DIR = dataDir;
};
in {