diff options
author | makefu <github@syntax-fehler.de> | 2015-08-07 12:53:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-07 12:53:02 +0200 |
commit | 4d460eb95f398797df4d502be496a79481bdd809 (patch) | |
tree | ac7254fb32131fbd5be971639d6077c08db8d081 /makefu/2configs/graphite-standalone.nix | |
parent | 91a112c24294154be3b812e2b52e1c651d336aff (diff) |
refactor pnp
Diffstat (limited to 'makefu/2configs/graphite-standalone.nix')
-rw-r--r-- | makefu/2configs/graphite-standalone.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/graphite-standalone.nix b/makefu/2configs/graphite-standalone.nix index 50c623ab9..8b70c11c8 100644 --- a/makefu/2configs/graphite-standalone.nix +++ b/makefu/2configs/graphite-standalone.nix @@ -5,6 +5,7 @@ with lib; { imports = [ ]; + services.graphite = { web = { enable = true; |