hosts/jericho: switch to 6.1 kernel
This commit is contained in:
parent
359ff8d18e
commit
1cb0a9a3a5
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_0.override {
|
boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_1.override {
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue