Merge pull request 'tankstelle: enable ksm kernel same-page merging' (#292) from tankstelle-enable-ksm into main
Reviewed-on: #292 Reviewed-by: hensoko <hensoko@noreply.git.pub.solar>
This commit is contained in:
commit
fd111da14c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# kernel same-page merging
|
||||
hardware.ksm.enable = true;
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Add table
Reference in a new issue