back to ZFS, a no drama FS

that is a feature itself :)
This commit is contained in:
Christoph Cullmann 2025-06-28 17:04:32 +02:00
parent 33742fd9cb
commit 122c7ab9ab
No known key found for this signature in database
2 changed files with 72 additions and 16 deletions

View file

@ -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 bcachefs data scrub /nix";
scrub = "doas zpool scrub -w zpool";
# list latest files last
ltr = "eza -l -s modified";