Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-29 11:35:10 -06:00
commit 3f8232e8f9

View file

@ -46,9 +46,10 @@
fsType = "bcachefs"; fsType = "bcachefs";
options = [ options = [
"defaults" "defaults"
"compression=zstd" # "fsck"
"fsck" # "fix_errors"
"fix_errors" "x-systemd.device-timeout=600s"
"nofail"
]; ];
}; };