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