1
Fork 0

Fix invalid sops user attribute

This commit is contained in:
prescientmoon 2024-02-24 08:23:19 +01:00
parent e50685ab23
commit adda268c41
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -3,7 +3,6 @@ let
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
sopsSettings = {
sopsFile = ../secrets.yaml;
user = "grafana";
group = "grafana";
};
in