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