diff options
author | stuebinm | 2021-05-20 12:28:48 +0200 |
---|---|---|
committer | stuebinm | 2021-05-20 12:28:48 +0200 |
commit | 10a7efadbe9693bbc5023e962af2f67a6e962f87 (patch) | |
tree | f9182f613be1fb9b0e6d6cb26fd2e4f8c3616c5c /hosts/chaski/services/grafana.nix | |
parent | 13254ccf3e98c87e62e91c3f616c52489b8570ab (diff) |
chaski: re-add workadventure
should be a slightly more up-to-date version this time
Diffstat (limited to 'hosts/chaski/services/grafana.nix')
-rw-r--r-- | hosts/chaski/services/grafana.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/chaski/services/grafana.nix b/hosts/chaski/services/grafana.nix index affa4ec..7de2f69 100644 --- a/hosts/chaski/services/grafana.nix +++ b/hosts/chaski/services/grafana.nix @@ -18,7 +18,8 @@ addr = "[::]"; rootUrl = "https://scrape.stuebinm.eu/"; auth.anonymous.enable = true; - provision = { + + provision = { enable = true; datasources = [ { name = "lmucast"; |