From a0fbc6e2d564354877bfd778300d87b2c76441da Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Wed, 23 Aug 2023 21:32:12 -0400 Subject: [PATCH] test signing --- hosts/gerg-desktop/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gerg-desktop/git.nix b/hosts/gerg-desktop/git.nix index 7da76b6..25d7fdb 100644 --- a/hosts/gerg-desktop/git.nix +++ b/hosts/gerg-desktop/git.nix @@ -21,6 +21,7 @@ _: { advice.addIgnoredFile = false; core.hooksPath = ".githooks"; gpg.format = "ssh"; + push.gpgsign = "if-asked"; }; }; _file = ./git.nix;