summaryrefslogtreecommitdiff
path: root/modules/nixfiles/grafana.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/grafana.nix')
-rw-r--r--modules/nixfiles/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/grafana.nix b/modules/nixfiles/grafana.nix
index c2954bd..66cde70 100644
--- a/modules/nixfiles/grafana.nix
+++ b/modules/nixfiles/grafana.nix
@@ -8,7 +8,7 @@ with lib; let
cfg = config.nixfiles.modules.grafana;
in {
options.nixfiles.modules.grafana = {
- enable = mkEnableOption "Whether to enable Grafana.";
+ enable = mkEnableOption "Grafana";
port = mkOption {
description = "Port.";