Forgejo: enable Git LFS

This commit is contained in:
Valentin Gagarin 2024-11-26 12:26:33 +01:00 committed by Nicolas Jeannerod
parent 243ff8f070
commit 746fddcbbb

View file

@ -5,6 +5,7 @@ in
{ {
services.forgejo = { services.forgejo = {
enable = true; enable = true;
lfs.enable = true;
settings = { settings = {
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;