From aa7e22b2375c901e28035a19d567a76b2d08a96b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 29 Oct 2024 20:35:06 +0100 Subject: [PATCH] add scrub command --- share/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/share/home.nix b/share/home.nix index d441568..62aadc4 100644 --- a/share/home.nix +++ b/share/home.nix @@ -38,6 +38,7 @@ gc = "doas nix-collect-garbage --delete-older-than 7d"; verify = "doas nix --extra-experimental-features nix-command store verify --all"; optimize = "doas nix --extra-experimental-features nix-command store optimise"; + scrub = "doas btrfs scrub start -B /data"; # list latest files last ltr = "eza -l -s modified";