Skip to content

Commit 299f8aa

Browse files
committed
modules/boot: use latest kernel
1 parent 1ae8450 commit 299f8aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/boot.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
{ pkgs, ... }:
2+
13
{
24
boot.loader = {
35
grub.enable = true;
46
timeout = 2;
57
};
68

79
console.enable = false;
10+
11+
boot.kernelPackages = pkgs.linuxPackages_latest;
812
}

0 commit comments

Comments
 (0)