services: forgejo: explicitly set dump file name

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-06-29 12:48:47 +02:00
parent 941696526b
commit 30e6c7ab70
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -90,6 +90,7 @@ in {
backupDir = "/var/backup/forgejo";
interval = "04:15";
type = "tar.zst";
file = "forgejo-dump"; # by default, timestamp is included
};
};