web01: Enable lfs in gitea

This commit is contained in:
Luis Hebendanz 2024-03-18 23:34:37 +07:00 committed by Jörg Thalheim
parent 74ad6ac3e8
commit 3a3116f9e4

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;