diff options
author | makefu <github@syntax-fehler.de> | 2016-10-19 18:33:42 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-19 18:33:42 +0200 |
commit | 8fe9262b5f56052c8376f601ae1fd0bef9c079e3 (patch) | |
tree | 9e4e7e23879539cc7ab70324e769c1913e46db5f /shared/2configs/graphite.nix | |
parent | 185c5644dcdd33d24ce7fe41fdf704e8e66a8784 (diff) |
s 2: fix obsolete option
Diffstat (limited to 'shared/2configs/graphite.nix')
-rw-r--r-- | shared/2configs/graphite.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/graphite.nix b/shared/2configs/graphite.nix index 37c6b09fd..bfa2b2966 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; |