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";
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";