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; + }; }; }; }