From df977b7f76e2858bf14b7190392c78b705013fd4 Mon Sep 17 00:00:00 2001 From: musjj <72612857+musjj@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:41:45 +0700 Subject: [PATCH] fix line length in documentation --- modules/home-manager/sops.nix | 3 ++- modules/sops/default.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. ''; };