web01: Enable lfs in gitea
All checks were successful
checks / test (pull_request) Successful in 25s

This commit is contained in:
Luis Hebendanz 2024-03-18 23:34:37 +07:00
parent f6a06ecf2c
commit 8b3a955583

View File

@ -12,6 +12,7 @@
host = "/run/postgresql";
port = 5432;
};
lfs.enable = true;
package = self.packages.${pkgs.hostPlatform.system}.gitea;
settings.actions.ENABLED = true;