Modify location of LFS data
This commit is contained in:
parent
429aac2eb0
commit
ba5bdfd9d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue