1 2 3 4 5 6
{ pkgs, ... } : { config = { boot.supportedFilesystems.bcachefs = true; environment.systemPackages = with pkgs; [ bcachefs-tools ]; }; }