summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-11-14 11:49:04 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-11-20 18:21:41 +0100
commit6ee5ae3e48512344e4ebed043cb62ce17417a33a (patch)
tree5aeafc756b43daaa18538f6a0e6dc7e2e8575efb /nixos
parent9d7e9c5965c72f516285fe52af14ceeefb315fdc (diff)
nixos/grafana: make warning more clear
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 d8dc4d1124f10..2d25ce93c4fcb 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -1183,7 +1183,7 @@ in {
         doesntUseFileProvider cfg.settings.security.admin_password "admin"
       ) ''
         Grafana passwords will be stored as plaintext in the Nix store!
-        Use file/env provider or an env-var instead.
+        Use file provider or an env-var instead.
       '')
       # Warn about deprecated notifiers.
       ++ (optional (cfg.provision.notifiers != []) ''
@@ -1203,7 +1203,7 @@ in {
         in any declarationUnsafe datasourcesToCheck
       ) ''
         Declarations in the `secureJsonData`-block of a datasource will be leaked to the
-        Nix store unless a file/env-provider or an env-var is used!
+        Nix store unless a file-provider or an env-var is used!
       '')
       ++ (optional (
         any (x: x.secure_settings != null) cfg.provision.notifiers