MyNixOS website logo
option

systemd.user.tmpfiles.users.<name>.rules

Per-user rules for creation, deletion and cleaning of volatile and temporary files automatically. See tmpfiles.d(5) for the exact format.

Declarations
Type
list of string
Default
[ ]
Example
[
  "D %C - - - 7d"
]