fix(fs): remove replication compress flag
This commit is contained in:
parent
ad2fb952bc
commit
796e8f5b3c
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue