From 1faf3c5ad241aba2360b79ae8e85a5b8bff1575b Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sat, 5 Apr 2025 00:17:36 +0200 Subject: [PATCH] [Filesystems/Btrfs] fix broken duperemove options --- filesystems/btrfs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystems/btrfs.nix b/filesystems/btrfs.nix index 8deabea..9340c4e 100644 --- a/filesystems/btrfs.nix +++ b/filesystems/btrfs.nix @@ -60,8 +60,8 @@ in { mkdir -p $DATA_DIR exec ${pkgs.duperemove}/bin/duperemove \ --io-threads=${toString cfg.autoDedup.ioThreads} --cpu-threads=${toString cfg.autoDedup.cpuThreads} \ - --dedupe-options=fiemap,same \ - --hashfile=$DATA_DIR/hashes.db -h -v -Ard "$@" + --dedupe-options=same \ + --hashfile=$DATA_DIR/hashes.db -h -v -rd "$@" ''; scriptArgs = concatStringsSep " " cfg.autoDedup.paths; # %S : state