hosts/jericho: switch to 6.5 kernel
This commit is contained in:
parent
123e0b89d7
commit
79dd968157
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_1.override {
|
boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_5.override {
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue