From b7fcd85ad06f2190ec945f4b1a79c6f664e8e862 Mon Sep 17 00:00:00 2001 From: Andrei Lazarescu Date: Sat, 31 May 2025 00:55:54 +0300 Subject: [PATCH] fix(flake): Update flake inputs --- flake.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/flake.nix b/flake.nix index 414ca01..1db99fe 100644 --- a/flake.nix +++ b/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:"; + }; }; };