diff --git a/2configs/graphite-standalone.nix b/2configs/graphite-standalone.nix index 15ae6b6..51c4c95 100644 --- a/2configs/graphite-standalone.nix +++ b/2configs/graphite-standalone.nix @@ -9,7 +9,7 @@ with import ; services.graphite = { web = { enable = true; - host = "0.0.0.0"; + listenAddress = "0.0.0.0"; }; carbon = { enableCache = true;