diff --git a/home/yt/common.nix b/home/yt/common.nix index 1bb3b85..341c837 100644 --- a/home/yt/common.nix +++ b/home/yt/common.nix @@ -30,5 +30,10 @@ userName = "cy"; userEmail = "hi@cything.io"; delta.enable = true; + extraConfig = { + init = { + "defaultBranch" = "main"; + }; + }; }; } diff --git a/hosts/chunk/borg.nix b/hosts/chunk/borg.nix index 875dacb..e030e38 100644 --- a/hosts/chunk/borg.nix +++ b/hosts/chunk/borg.nix @@ -55,7 +55,7 @@ ''; prune.keep = { - within = "1d"; + within = "2d"; daily = 365; }; extraPruneArgs = [ "--stats" ]; diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 9ed3142..bca480a 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -241,7 +241,7 @@ ''; prune.keep = { - within = "1d"; + within = "2d"; daily = 365; }; extraPruneArgs = [ "--stats" ];