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}}";
|
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
|
||||||
sopsSettings = {
|
sopsSettings = {
|
||||||
sopsFile = ../secrets.yaml;
|
sopsFile = ../secrets.yaml;
|
||||||
user = "grafana";
|
|
||||||
group = "grafana";
|
group = "grafana";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue