{ config, lib, ... }: { boot.kernelPatches = lib.singleton { name = "custom-kernel-config-${config.networking.hostName}"; patch = null; extraConfig = builtins.readFile ./kernel-config.txt; }; }