fix(flake): Update flake inputs
This commit is contained in:
parent
a3d4252779
commit
b7fcd85ad0
16
flake.nix
16
flake.nix
@ -194,6 +194,22 @@
|
||||
lfs.enable = true;
|
||||
userEmail = "lazarescu.andrei19@gmail.com";
|
||||
userName = "Andrei Lazarescu";
|
||||
extraConfig = {
|
||||
user.signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFkft5uSiWODIKIBGFPSCRktDEaxYPbudDUYlYyj53w/";
|
||||
gpg.format = "ssh";
|
||||
gpg.ssh.program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
|
||||
commit.gpgSign = true;
|
||||
advice = {
|
||||
addEmptyPathspec = false;
|
||||
pushNonFastForward = false;
|
||||
statusHints = false;
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
"url \"git@github.com:\"".insteadOf = "gh:";
|
||||
"url \"git@gitlab.com:\"".insteadOf = "gl:";
|
||||
"url \"git@git.lazarescu.xyz:2222/lazandrei19/\"".insteadOf = "lz:";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user