about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-11-20 18:25:03 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-11-20 19:54:44 +0100
commit98cadbcf7004fb103e7e8701c4f496f3b3d6564e (patch)
treec9e5d10e9257872ff4fcac0594ad0ef3b48ef0f3 /nixos
parent6ee5ae3e48512344e4ebed043cb62ce17417a33a (diff)
nixos/grafana: review fixes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/grafana.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 2d25ce93c4fcb..9b3068796d8e3 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -69,7 +69,7 @@ let
   _filter = x: filterAttrs (k: v: k != "_module") x;
 
   # FIXME(@Ma27) remove before 23.05. This is just a helper-type
-  # because `mkRenamedOptionMthere's there's odule` doesn't work if `foo.bar` is renamed
+  # because `mkRenamedOptionModule` doesn't work if `foo.bar` is renamed
   # to `foo.bar.baz`.
   submodule' = module: types.coercedTo
     (mkOptionType {
@@ -351,7 +351,7 @@ in {
                 Don't change the value of this option if you are planning to use `services.grafana.provision` options.
               '';
               default = provisionConfDir;
-              defaultText = "directory with all provisioning files linked together";
+              defaultText = "directory with links to files generated from services.grafana.provision";
               type = types.path;
             };
           };