hosts/jericho: kernel 6.8 -> 6.9
This commit is contained in:
parent
0d7eeec14a
commit
c756aa886b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
++ aspect.sets.laptop
|
++ aspect.sets.laptop
|
||||||
++ (with aspect.modules; [ games ]);
|
++ (with aspect.modules; [ games ]);
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_8.override {
|
boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_9.override {
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue