summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-07-19 21:03:38 +0200
committerRobin Gloster <mail@glob.in>2018-09-12 14:21:46 +0200
commit929f71d3811680e9cbfb437878f454f77aefd35f (patch)
tree92a50c73306fe1ab9184da49654d4eaedfc65ee3 /nixos
parent515a7aa4523bf8948d48e517c50e7258fee69bf2 (diff)
downloadnixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar.gz
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar.bz2
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar.lz
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar.xz
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.tar.zst
nixlib-929f71d3811680e9cbfb437878f454f77aefd35f.zip
grafana module: allow path for extraConfig vals
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 3e801f9b838d..c30647f5460b 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -235,7 +235,7 @@ in {
         but without GF_ prefix
       '';
       default = {};
-      type = types.attrsOf types.str;
+      type = with types; attrsOf (either str path);
     };
   };