server: gitea: disable dump

This commit is contained in:
Kabbone 2024-03-24 09:49:51 +01:00
parent 77bba122a5
commit 2a17f98a00
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -7,7 +7,7 @@
{
services.gitea = {
enable = true;
dump.enable = true;
dump.enable = false;
lfs.enable = true;
dump.type = "tar.xz";
database.type = "postgres";