Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 1m26s
Cachix / build (kholinar) (push) Successful in 2m33s
Cachix / build (marabethia) (push) Successful in 2m8s

This commit is contained in:
Charlotte Van Petegem 2025-02-16 12:18:25 +01:00
parent 373cb50aca
commit e881d5624c
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 26 additions and 24 deletions

View file

@ -68,17 +68,19 @@ in
programs.git = {
enable = true;
lfs.enable = true;
signing = {
format = "ssh";
key = sshKeyFile;
signByDefault = true;
};
extraConfig = {
branch.autosetuprebase = "always";
commit.gpgSign = true;
github.user = "chvp";
gpg.format = "ssh";
merge.conflictStyle = "diff3";
pull.rebase = true;
rebase.autoStash = true;
rerere.enabled = true;
tag.gpgSign = true;
user.signingKey = sshKeyFile;
};
ignores = [
".DS_Store"