systemd.tmpfiles.rules

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "d /tmp 1777 root root 10d"
]
declared in: nixos/modules/system/boot/systemd/tmpfiles.nixView source on NixOS/nixpkgs →