summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/graphite-standalone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/graphite-standalone.nix')
-rw-r--r--makefu/2configs/graphite-standalone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/graphite-standalone.nix b/makefu/2configs/graphite-standalone.nix
index 15ae6b68..51c4c956 100644
--- a/makefu/2configs/graphite-standalone.nix
+++ b/makefu/2configs/graphite-standalone.nix
@@ -9,7 +9,7 @@ with import <stockholm/lib>;
services.graphite = {
web = {
enable = true;
- host = "0.0.0.0";
+ listenAddress = "0.0.0.0";
};
carbon = {
enableCache = true;