From a3f6194ad8f87dfaef2e3333ae8c142dc17d113b Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 14:05:16 -0400 Subject: [PATCH] git: lfs gc --- nixos/hosts/git/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/hosts/git/default.nix b/nixos/hosts/git/default.nix index 2cc4459..004b8c0 100644 --- a/nixos/hosts/git/default.nix +++ b/nixos/hosts/git/default.nix @@ -27,6 +27,14 @@ SSH_DOMAIN = "git.hoki-porgy.ts.net"; DISABLE_REGISTRATION = true; }; + cron.gc_lfs = { + ENABLED = true; + RUN_AT_START = true; + }; + cron.git_gc_repos = { + ENABLED = true; + RUN_AT_START = true; + }; }; }; }