add scrub command
This commit is contained in:
parent
4798b16a7a
commit
aa7e22b237
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue