linux: upgrade to 6.13
This commit is contained in:
parent
288d011b82
commit
441078e4dd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
kernel = mkOption {
|
kernel = mkOption {
|
||||||
default =
|
default =
|
||||||
if config.custom.full
|
if config.custom.full
|
||||||
then pkgs.linuxPackages_6_12
|
then pkgs.linuxPackages_6_13
|
||||||
else pkgs.linuxPackages;
|
else pkgs.linuxPackages;
|
||||||
};
|
};
|
||||||
systemd-boot = mkOption {default = config.custom.minimal;};
|
systemd-boot = mkOption {default = config.custom.minimal;};
|
||||||
|
|
Loading…
Add table
Reference in a new issue