From d8eca2e62d6fe3d8ae22ce6627260ace6b666ee8 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 May 2025 23:43:38 +0200 Subject: [PATCH] stuff --- hosts/vessel/rsync.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/vessel/rsync.nix b/hosts/vessel/rsync.nix index 9fe2546..f590e96 100644 --- a/hosts/vessel/rsync.nix +++ b/hosts/vessel/rsync.nix @@ -1,7 +1,7 @@ { - services.rsync.jobs.vault = { - sources = [ "/srv/vault/" ]; - destination = "/srv/sync/"; - inhibitsSleep = true; - }; + # services.rsync.jobs.vault = { + # sources = [ "/srv/vault/" ]; + # destination = "/srv/sync/"; + # inhibitsSleep = true; + # }; }