feat(forgejo): enable git lfs

This commit is contained in:
Ivan R. 2024-05-08 02:02:03 +05:00
parent bc9e82898a
commit b62a0089b7
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -18,6 +18,9 @@
USER = "forgejo@comfycamp.space"; USER = "forgejo@comfycamp.space";
}; };
}; };
lfs = {
enable = true;
};
mailerPasswordFile = "/var/lib/secrets/forgejo/mail.txt"; mailerPasswordFile = "/var/lib/secrets/forgejo/mail.txt";
database = { database = {
type = "postgres"; type = "postgres";