git: lfs gc

This commit is contained in:
41666 2024-04-21 14:05:16 -04:00
parent 26fed20fd1
commit a3f6194ad8

View file

@ -27,6 +27,14 @@
SSH_DOMAIN = "git.hoki-porgy.ts.net"; SSH_DOMAIN = "git.hoki-porgy.ts.net";
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
}; };
cron.gc_lfs = {
ENABLED = true;
RUN_AT_START = true;
};
cron.git_gc_repos = {
ENABLED = true;
RUN_AT_START = true;
};
}; };
}; };
} }