forked from Drift/pvv-nixos-config
gitea: enable lfs
This commit is contained in:
parent
de2c7ea6f1
commit
b2806d78af
|
@ -43,6 +43,7 @@ in {
|
|||
PROTOCOL = "http+unix";
|
||||
SSH_PORT = sshPort;
|
||||
START_SSH_SERVER = true;
|
||||
START_LFS_SERVER = true;
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
|
|
Loading…
Reference in New Issue