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