Kernel 5.15
This commit is contained in:
parent
ee5b5bd7e1
commit
0ca2472785
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
|||
kernel = mkOption {
|
||||
description = "which kernel to run";
|
||||
type = types.unspecified;
|
||||
default = pkgs.linuxKernel.packages.linux_5_14;
|
||||
default = pkgs.linuxKernel.packages.linux_5_15;
|
||||
};
|
||||
|
||||
plymouth = {
|
||||
|
|
Loading…
Reference in a new issue