nixos-config/system/hardware/kernel.nix
2024-05-24 19:16:00 -05:00

7 lines
114 B
Nix

{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.consoleLogLevel = 0;
}