mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update git config
This commit is contained in:
parent
d98d10c957
commit
9548960d6a
2 changed files with 36 additions and 43 deletions
|
|
@ -9,9 +9,19 @@
|
|||
enable = true;
|
||||
userEmail = "nickolaj@fireproof.website";
|
||||
userName = "Nickolaj Jepsen";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
gpg.ssh.program = "op-ssh-sign";
|
||||
push.autosetupremote = "true";
|
||||
pull.rebase = "true";
|
||||
rerere.enabled = true;
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
delta.enable = true;
|
||||
|
||||
includes = [
|
||||
{
|
||||
condition = "hasconfig:remote.*.url:*Digital-Udvikling*";
|
||||
condition = "hasconfig:remote.*.url:git@github.com:Digital-Udvikling/**";
|
||||
contents = {
|
||||
user.email = "nij@ao.dk";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue