fix(fs): syncoid delete target snapshots
This commit is contained in:
parent
f4a32b7546
commit
bfcfbbe7c2
|
@ -11,6 +11,7 @@ in mkIf cfg.enable {
|
||||||
commonArgs = [
|
commonArgs = [
|
||||||
"--recursive"
|
"--recursive"
|
||||||
"--mbuffer-size=128M"
|
"--mbuffer-size=128M"
|
||||||
|
"--delete-target-snapshots"
|
||||||
"--sshport=${toString cfg.port}"
|
"--sshport=${toString cfg.port}"
|
||||||
];
|
];
|
||||||
localSourceAllow = mkOptionDefault [ "mount" ];
|
localSourceAllow = mkOptionDefault [ "mount" ];
|
||||||
|
|
Loading…
Reference in a new issue