fix(fs): syncoid delete target snapshots

This commit is contained in:
514fpv 2024-06-02 22:19:21 +08:00
parent f4a32b7546
commit bfcfbbe7c2
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -11,6 +11,7 @@ in mkIf cfg.enable {
commonArgs = [
"--recursive"
"--mbuffer-size=128M"
"--delete-target-snapshots"
"--sshport=${toString cfg.port}"
];
localSourceAllow = mkOptionDefault [ "mount" ];