mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-28 01:57:14 +08:00
Update key option description
This commit is contained in:
parent
691b8b6713
commit
5abd6a4f04
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ let
|
|||
default = if cfg.defaultSopsKey != null then cfg.defaultSopsKey else name;
|
||||
description = ''
|
||||
Key used to lookup in the sops file.
|
||||
No tested data structures are supported right now.
|
||||
To access nested data structures, use / as a separator.
|
||||
This option is ignored if format is binary.
|
||||
"" means whole file.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue