global(fs): remove replication compress flag
This commit is contained in:
parent
12d6afe744
commit
12d3d60a04
1 changed files with 0 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue