nixos/grafana: Add foldersFromFilesStructure option for dashboard provisioning (#132348)

main
Moritz 2 years ago committed by GitHub
parent 3491c5ea29
commit 9f715a3d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      nixos/modules/services/monitoring/grafana.nix

@ -214,6 +214,11 @@ let
type = types.path;
description = "Path grafana will watch for dashboards.";
};
foldersFromFilesStructure = mkOption {
type = types.bool;
default = false;
description = "Use folder names from filesystem to create folders in Grafana.";
};
};
};
};

Loading…
Cancel
Save