modules/nixos/common/builder: switch back to 6.6 kernel
This commit is contained in:
parent
16c333cfde
commit
8fd43a7c75
2 changed files with 2 additions and 4 deletions
modules/nixos/common
|
@ -9,7 +9,7 @@
|
|||
config = lib.mkIf (lib.hasPrefix "build" config.networking.hostName) {
|
||||
nix.gc.automatic = false;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
|
||||
|
||||
# kernel samepage merging
|
||||
hardware.ksm.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue