MyNixOS website logo
option

services.rsync.jobs.<name>.inhibit

Run the rsync process with an inhibition lock taken; see systemd-inhibit(1) for a list of possible operations.

Declarations
Type
list of string matching the pattern ^[^:]+$
Default
[ ]
Example
[
  "sleep"
]