From d88828aeaac145b698b8497d26da7f1692dcc421 Mon Sep 17 00:00:00 2001 From: sinavir Date: Thu, 31 Oct 2024 12:57:21 +0100 Subject: [PATCH] git-maintenance: More details in the documentation --- modules/programs/git.nix | 3 +++ 1 file changed, 3 insertions(+) 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 . ''; };