Fix invalid sops user attribute
This commit is contained in:
parent
e50685ab23
commit
adda268c41
|
@ -3,7 +3,6 @@ let
|
|||
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
|
||||
sopsSettings = {
|
||||
sopsFile = ../secrets.yaml;
|
||||
user = "grafana";
|
||||
group = "grafana";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue