1
Fork 0

Fix grafana file provider syntax

This commit is contained in:
prescientmoon 2024-02-24 08:19:39 +01:00
parent 3bc32e1cfd
commit a2fb409ab3
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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 = [