Compare commits

...

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
cf9b4b8ed5 Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles 2025-12-29 08:59:20 -06:00
RingOfStorms (Joshua Bell)
b215dc922f no fail data mount so we dont fail on startup, no more boot fsk takes too long 2025-12-29 08:59:19 -06:00

View file

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