NixOS-Config/hosts/envy/boot/default.nix

8 lines
142 B
Nix
Raw Normal View History

2024-12-16 12:11:12 -05:00
{ pkgs, lib, ... }:
{
boot = {
kernelPackages = pkgs.unstable.linuxPackages_latest;
blacklistedKernelModules = [ "pcspkr" ];
};
}