Files
nix-config/systems/x86_64-linux/nuc-nixos/boot.nix
mjallen18 cb8ef87229 nuc
2026-04-16 13:03:55 -05:00

5 lines
70 B
Nix
Executable File

{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}