diff --git a/nixos/git/home.nix b/nixos/git/home.nix index fa7e5c36..0290eb8e 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -27,6 +27,7 @@ }; help.autocorrect = 1; init.defaultBranch = "main"; + lfs."https://git.cyplo.dev/cyplo/dotfiles.git/info/lfs".locksverify = true; merge.renamelimit = 8192; mergetool.keepBackup = false; pull.ff = "only";