From a3543b42f09ba4e50ba33cd31d8662d0ea14aee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 17 Jul 2024 10:53:33 +0100 Subject: [PATCH] add lfs lock support for the clients --- nixos/git/home.nix | 1 + 1 file changed, 1 insertion(+) 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";