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