{ pkgs, ... }: { boot = { kernelPackages = pkgs.linuxPackages_latest; supportedFilesystems = [ "btrfs" ]; }; }