all repos — nixfiles @ f291e3cf780d1dc2f834a17a06b8f54a91a417e5

System and user configuration, managed by nix and home-manager

git: remove lfs
Alan Pearce alan@alanpearce.eu
Tue, 04 Mar 2025 10:51:03 +0100
commit

f291e3cf780d1dc2f834a17a06b8f54a91a417e5

parent

5fe0269a2d12e6e36cc379224fc6f4a49596612a

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -106,9 +106,6 @@ };     signing = {
       key = "0xCD4BEB92A8D46583";
     };
-    lfs = {
-      enable = true;
-    };
     aliases = {
       authors = "shortlog -s -n";
       mup = "merge FETCH_HEAD";