diff --git a/modules/programs/git.nix b/modules/programs/git.nix index e76085192..54dcb91ee 100644 --- a/modules/programs/git.nix +++ b/modules/programs/git.nix @@ -219,6 +219,9 @@ in { description = '' Enable the automatic {command}`git maintenance`. + If you have ssh remotes, set {option}`programs.git.package` to a + git version with SSH support (eg: `pkgs.gitFull`) + See . ''; };