MyNixOS website logo
option

systemd.tmpfiles.settings.<config-name>.<tmpfiles-type>.<path>.age

Delete a file when it reaches a certain age.

If a file or directory is older than the current time minus the age field, it is deleted.

If set to "-" no automatic clean-up is done.

Declarations
Type
string
Default
"-"
Example
"10d"