From 3510e2c1e03b7d462835d41e710024ba4f35b8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 24 Oct 2023 13:00:27 +0300 Subject: [PATCH] vno1-oh2: grafana-image-renderer --- hosts/vno1-oh2/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 450327a..9b902b0 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -469,6 +469,11 @@ ]; }; + grafana-image-renderer = { + enable = true; + provisionGrafana = true; + }; + nsd = { enable = true; interfaces = ["0.0.0.0" "::"];