services.forgejo.dump.age

NixOS option

Age of backup used to decide what files to delete when cleaning. If a file or directory is older than the current time minus the age field, it is deleted. The format is described in tmpfiles.d(5).

type: string
Default
"4w"
Example
"5d"
declared in: nixos/modules/services/misc/forgejo.nixView source on NixOS/nixpkgs →