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 15ae6b68f..51c4c9561 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; |