test signing

This commit is contained in:
Gerg-L 2023-08-23 21:32:12 -04:00
parent 6ac3b664c9
commit a0fbc6e2d5

View file

@ -21,6 +21,7 @@ _: {
advice.addIgnoredFile = false; advice.addIgnoredFile = false;
core.hooksPath = ".githooks"; core.hooksPath = ".githooks";
gpg.format = "ssh"; gpg.format = "ssh";
push.gpgsign = "if-asked";
}; };
}; };
_file = ./git.nix; _file = ./git.nix;