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

Grafana: better example for gsuite secret location

parent 60cf3e17
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ in {
};
googleOAuthClientSecretFile = lib.mkOption
{ type = lib.types.path;
example = lib.literalExample "\${privKeyPath}/grafana-gsuite-client-secret";
example = lib.literalExample "/var/secret/monitoring-gsuite-client-secret";
default = /run/keys/grafana-google-sso.secret;
description = "The path to the GSuite SSO secret file.";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment