gitea: move LFS setting into gitea.lfs
This commit is contained in:
parent
708687d258
commit
3bc816b665
@ -13,11 +13,12 @@ in
|
||||
enable = true;
|
||||
database.type = "sqlite3";
|
||||
appName = "Gitea";
|
||||
# https://github.com/NixOS/nixpkgs/issues/235442#issuecomment-1574329453
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = domain;
|
||||
ROOT_URL = "https://${domain}";
|
||||
LFS_START_SERVER = true;
|
||||
SSH_PORT = 22;
|
||||
};
|
||||
openid.enable_openid_signin = true;
|
||||
|
Loading…
Reference in New Issue
Block a user