MyNixOS website logo
option

systemd.user.tmpfiles.settings.<config-name>.rules

The rules contained in this configuration.

Declarations
Type
non-empty attribute set of non-empty attribute set of (submodule)
Example
{
  "%C" = {
    d = {
      age = "4 weeks";
      group = "alice";
      mode = "0755";
      user = "alice";
    };
  };
}