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