{ pkgs, lib, ... }: { nixpkgs.config.allowUnfree = true; boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; }