back to ZFS, a no drama FS
that is a feature itself :)
This commit is contained in:
parent
33742fd9cb
commit
122c7ab9ab
2 changed files with 72 additions and 16 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue