From a03e2a71da4d1adbd4749e326668832ce84f6306 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 21 Apr 2025 19:39:04 +0200 Subject: [PATCH] use zfs scrub command --- share/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/home.nix b/share/home.nix index 92b1f7e..931bc1f 100644 --- a/share/home.nix +++ b/share/home.nix @@ -38,7 +38,7 @@ gc = "doas nix-collect-garbage --delete-older-than 7d"; verify = "doas nix --extra-experimental-features nix-command store verify --all -s https://cache.nixos.org"; optimize = "doas nix --extra-experimental-features nix-command store optimise"; - scrub = "doas btrfs scrub start -B /data"; + scrub = "doas zpool scrub -w zpool"; # list latest files last ltr = "eza -l -s modified";