services.beesd: do not deduplicate snapshots

This commit is contained in:
陈浩南 2023-09-30 10:45:57 +08:00
parent ca59f06646
commit 1118e86d62

View File

@ -33,7 +33,7 @@ inputs:
{
spec = instance.value.device or instance.value;
hashTableSizeMB = instance.value.hashTableSizeMB or 1024;
extraOptions = [ "--thread-count" "1" ];
extraOptions = [ "--thread-count" "1" "--workaround-btrfs-send" ];
};
})
(attrsToList beesd.instances));