We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae8450 commit 299f8aaCopy full SHA for 299f8aa
1 file changed
modules/boot.nix
@@ -1,8 +1,12 @@
1
+{ pkgs, ... }:
2
+
3
{
4
boot.loader = {
5
grub.enable = true;
6
timeout = 2;
7
};
8
9
console.enable = false;
10
11
+ boot.kernelPackages = pkgs.linuxPackages_latest;
12
}
0 commit comments