summaryrefslogtreecommitdiffstats
path: root/shared/2configs/graphite.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-10-19 18:33:42 +0200
committermakefu <github@syntax-fehler.de>2016-10-19 18:33:42 +0200
commit2c331bc91233628a3a4f683f0fc6a03928cd149a (patch)
tree568236d4e654a92578becef8293194aac9fe21f6 /shared/2configs/graphite.nix
parented8e16fb245df5dc43b133e4c00c2466a32b730e (diff)
s 2: fix obsolete option
Diffstat (limited to 'shared/2configs/graphite.nix')
-rw-r--r--shared/2configs/graphite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/graphite.nix b/shared/2configs/graphite.nix
index 37c6b09..bfa2b29 100644
--- a/shared/2configs/graphite.nix
+++ b/shared/2configs/graphite.nix
@@ -12,7 +12,7 @@ with config.krebs.lib;
services.graphite = {
web = {
enable = true;
- host = "0.0.0.0";
+ listenAddress = "0.0.0.0";
};
carbon = {
enableCache = true;