Skip to content
Snippets Groups Projects
Commit 8addcd15 authored by Florian Sesser's avatar Florian Sesser
Browse files

Use our modified Grafana service definition

parent ba451ca4
No related branches found
No related tags found
2 merge requests!360update production,!357Add UID option to Grafana Service
Pipeline #2527 passed
......@@ -19,6 +19,12 @@ let
};
in {
# Override Grafana module so we can specify datasource UIDs
# Copied from https://nixos.org/manual/nixos/stable/#sec-replace-modules
disabledModules = [ "services/monitoring/grafana.nix" ];
imports = [ ./grafana-service.nix ];
options.services.private-storage.monitoring.grafana = {
domains = lib.mkOption
{ type = lib.types.listOf lib.types.str;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment