From 7f015eeff10532b0c3aae1b6fe0c5d348bede5fe Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 7 Mar 2024 14:14:37 +0100 Subject: [PATCH] modules/sops: fix typo The assertion below states: "Exactly one of sops.gnupg.home and sops.gnupg.sshKeyPaths must be set". --- modules/sops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sops/default.nix b/modules/sops/default.nix index b8b4182..255e73a 100644 --- a/modules/sops/default.nix +++ b/modules/sops/default.nix @@ -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 config.sops.gnupg.sshKeyPaths is set. + This option must be explicitly unset if config.sops.gnupg.home is set. ''; }; };