diff options
author | makefu <github@syntax-fehler.de> | 2016-11-01 12:51:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-01 12:51:39 +0100 |
commit | 6e8e38be163904fe138b4d8dd0bec2e1b8bd317c (patch) | |
tree | 6e292783cd91a138ebec6da6c5cb428b090c244a /makefu | |
parent | 09fac6376315022edb27d53974d9c31eb672badb (diff) |
m 2 graphite: rename obsolete graphite.host
Diffstat (limited to 'makefu')
-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; |