Kernel 5.15

This commit is contained in:
Erwin Boskma 2021-12-10 20:13:03 +01:00
parent ee5b5bd7e1
commit 0ca2472785
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -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 = {