From 14281df401919d79d57c5e01fecada2e35b64cf7 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 30 Dec 2025 16:28:14 -0800 Subject: [PATCH] Add no sync snap --- hosts/cryochamber/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/cryochamber/configuration.nix b/hosts/cryochamber/configuration.nix index 60d1124..d23e5a5 100644 --- a/hosts/cryochamber/configuration.nix +++ b/hosts/cryochamber/configuration.nix @@ -183,20 +183,20 @@ #user = "backup"; sshKey = config.sops.secrets.syncoidSshKey.path; commonArgs = [ - #"--no-sync-snap" + "--no-sync-snap" #"--sshoption=StrictHostKeyChecking=off" "--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}" "--sshoption=IdentitiesOnly=yes" ]; localTargetAllow = [ - "change-key" + #"change-key" # only for encrypted datasets "compression" "create" "mount" "mountpoint" "receive" "rollback" - "delete" + #"destroy" ]; commands."zima-bitrot" = { source = "root@zima:bitrot";