diff --git a/home/git.nix b/home/git.nix index d858ccc..a2407d1 100644 --- a/home/git.nix +++ b/home/git.nix @@ -23,10 +23,10 @@ defaultBranch = "main"; }; http = { - postBuffer = "1048576000"; + postBuffer = 1048576000; }; https = { - postBuffer = "1048576000"; + postBuffer = 1048576000; }; push = { autoSetupRemote = true;