Activated GIT LFS

This commit is contained in:
2026-05-13 22:42:11 +02:00
parent 66c24c9192
commit cb297406ea
3 changed files with 61 additions and 3 deletions
+11
View File
@@ -79,6 +79,11 @@ in
user = "gitea";
group = "gitea";
lfs = {
enable = true;
#contentDir = "${config.services.gitea.stateDir}/data/lfs";
};
database = {
type = "postgres";
host = "127.0.0.1";
@@ -98,6 +103,12 @@ in
ROOT_URL = "https://${domain}/";
DISABLE_SSH = false;
START_SSH_SERVER = true;
LFS_START_SERVER = true;
LFS_JWT_SECRET_URI = "file://${config.sops.secrets."gitea/lfsJwtSecret".path}";
};
lfs = {
PATH = "${config.services.gitea.stateDir}/data/lfs";
};
metrics = {