{ config, pkgs, ... } : { config = { boot.supportedFilesystems = [ "bcachefs" ]; environment.systemPackages = with pkgs; [ bcachefs-tools ]; }; }