git stuff

This commit is contained in:
Gerg-L 2023-08-30 19:57:22 -04:00
parent e4ca5580a3
commit 9fbc39a89c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

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