mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-04-09 02:14:08 +00:00
modules/sops: fix typo
The assertion below states: "Exactly one of sops.gnupg.home and sops.gnupg.sshKeyPaths must be set".
This commit is contained in:
parent
e52d8117b3
commit
7f015eeff1
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ in {
|
|||
defaultText = lib.literalMD "The rsa keys from {option}`config.services.openssh.hostKeys`";
|
||||
description = ''
|
||||
Path to ssh keys added as GPG keys during sops description.
|
||||
This option must be explicitly unset if <literal>config.sops.gnupg.sshKeyPaths</literal> is set.
|
||||
This option must be explicitly unset if <literal>config.sops.gnupg.home</literal> is set.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue