Modify location of LFS data

This commit is contained in:
coolneng 2022-11-21 09:52:56 +01:00
parent 429aac2eb0
commit ba5bdfd9d2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
};
repositoryRoot = "/vault/git";
appName = "Gitea";
lfs.enable = true;
lfs = {
enable = true;
contentDir = "${config.services.gitea.repositoryRoot}/data/lfs";
};
settings = {
ui.DEFAULT_THEME = "arc-green";
session.COOKIE_SECURE = true;