Add no sync snap

This commit is contained in:
Hunter Haugen 2025-12-30 16:28:14 -08:00
parent c5e4a4da5c
commit 14281df401
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -183,20 +183,20 @@
#user = "backup"; #user = "backup";
sshKey = config.sops.secrets.syncoidSshKey.path; sshKey = config.sops.secrets.syncoidSshKey.path;
commonArgs = [ commonArgs = [
#"--no-sync-snap" "--no-sync-snap"
#"--sshoption=StrictHostKeyChecking=off" #"--sshoption=StrictHostKeyChecking=off"
"--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}" "--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}"
"--sshoption=IdentitiesOnly=yes" "--sshoption=IdentitiesOnly=yes"
]; ];
localTargetAllow = [ localTargetAllow = [
"change-key" #"change-key" # only for encrypted datasets
"compression" "compression"
"create" "create"
"mount" "mount"
"mountpoint" "mountpoint"
"receive" "receive"
"rollback" "rollback"
"delete" #"destroy"
]; ];
commands."zima-bitrot" = { commands."zima-bitrot" = {
source = "root@zima:bitrot"; source = "root@zima:bitrot";