1
0
Fork 0
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:
Luflosi 2024-03-07 14:14:37 +01:00 committed by Jörg Thalheim
parent e52d8117b3
commit 7f015eeff1

View file

@ -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.
'';
};
};