1
0
Fork 0
puter/hosts/vessel/rsync.nix

8 lines
132 B
Nix
Raw Normal View History

2025-05-11 22:49:04 +02:00
{
services.rsync.jobs.vault = {
sources = [ "/srv/vault/" ];
destination = "/srv/sync/";
inhibitsSleep = true;
};
}