Skip to content

Commit

Permalink
hosts/nuc: use latest kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 24, 2024
1 parent 6c4bbc0 commit 2a1b4b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos/hosts/nuc/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
suites,
profiles,
Expand Down Expand Up @@ -70,8 +69,6 @@ in
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
# TODO broken with 6.7.1
boot.kernelPackages = pkgs.linuxPackages;
hardware.enableRedistributableFirmware = true;
services.fwupd.enable = true;

Expand Down

0 comments on commit 2a1b4b7

Please sign in to comment.