diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index 17a6cd6..844d014 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -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. ''; }; diff --git a/modules/sops/default.nix b/modules/sops/default.nix index 6dde8f3..218e9b8 100644 --- a/modules/sops/default.nix +++ b/modules/sops/default.nix @@ -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. ''; };