Modify location of LFS data
This commit is contained in:
parent
429aac2eb0
commit
ba5bdfd9d2
|
@ -10,7 +10,10 @@
|
||||||
};
|
};
|
||||||
repositoryRoot = "/vault/git";
|
repositoryRoot = "/vault/git";
|
||||||
appName = "Gitea";
|
appName = "Gitea";
|
||||||
lfs.enable = true;
|
lfs = {
|
||||||
|
enable = true;
|
||||||
|
contentDir = "${config.services.gitea.repositoryRoot}/data/lfs";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
ui.DEFAULT_THEME = "arc-green";
|
ui.DEFAULT_THEME = "arc-green";
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
|
|
Loading…
Reference in New Issue