{ pkgs, ... }: { boot = { supportedFilesystems = [ "ext4" "btrfs" "xfs" "vfat" "ntfs" ]; }; }