fix(fs): remove replication compress flag

This commit is contained in:
514fpv 2024-02-19 15:19:11 +08:00
parent ad2fb952bc
commit 796e8f5b3c
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -10,7 +10,6 @@ in mkIf cfg.enable {
sshKey = mkDefault "/var/lib/syncoid/.ssh/id_ed25519";
commonArgs = [
"--recursive"
"--compress=lz4"
"--mbuffer-size=128M"
];
localSourceAllow = mkOptionDefault [ "mount" ];