Fix grafana file provider syntax
This commit is contained in:
parent
3bc32e1cfd
commit
a2fb409ab3
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
let secret = name: "$__file(${config.sops.secrets.${name}.path})";
|
||||
let secret = name: "$__file{${config.sops.secrets.${name}.path}}";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue