for potentially lower memory usage
This commit is contained in:
parent
f0630d0467
commit
665f8f76de
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