{
  services.rsync.jobs.vault = {
    sources = [ "/srv/vault/" ];
    destination = "/srv/sync/";
    inhibitsSleep = true;
  };
}