MyNixOS website logo
option

systemd.user.tmpfiles.settings.<config-name>.rules.<path>.<tmpfiles-type>.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"