enabled gpg for git

This commit is contained in:
2026-07-07 13:51:51 +01:00
parent 3a5d414b43
commit 80627250ec

View File

@@ -12,6 +12,10 @@
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.git;
};
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-all;
};
};
perSystem = {
pkgs,