mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
fix line length in documentation
This commit is contained in:
parent
7369f32be4
commit
df977b7f76
2 changed files with 4 additions and 2 deletions
|
|
@ -258,7 +258,8 @@ in
|
|||
description = ''
|
||||
Path to ssh key file that will be used by age for sops decryption.
|
||||
|
||||
Unlike {option}`config.sops.age.sshKeyPaths`, this option makes use of the native ssh key support in age and requires no conversion.
|
||||
Unlike {option}`config.sops.age.sshKeyPaths`, this option makes use of
|
||||
the native ssh key support in age and requires no conversion.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -346,7 +346,8 @@ in
|
|||
description = ''
|
||||
Path to ssh key file that will be used by age for sops decryption.
|
||||
|
||||
Unlike {option}`config.sops.age.sshKeyPaths`, this option makes use of the native ssh key support in age and requires no conversion.
|
||||
Unlike {option}`config.sops.age.sshKeyPaths`, this option makes use of
|
||||
the native ssh key support in age and requires no conversion.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue