mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-04-10 04:15:55 +08:00
Merge pull request #895 from Mic92/SuperSandro2000-patch-2
Some checks failed
Test / tests (push) Has been cancelled
Some checks failed
Test / tests (push) Has been cancelled
Update key option description
This commit is contained in:
commit
e085e303df
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