global(fs): remove replication compress flag

This commit is contained in:
514fpv 2024-02-19 15:19:11 +08:00
parent 44c19f49f7
commit 34acde9061
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

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