Enable KSM on busch

This hopefully reduces RAM usage when having multiple VMs with the same
OS.
This commit is contained in:
JuliusFreudenberger 2026-06-13 23:44:14 +02:00
parent 35fd6d6d63
commit 763960c0e6

View file

@ -87,6 +87,8 @@
memoryPercent = 50;
};
hardware.ksm.enable = true; # Linux kernel Same-Page Merging, useful when having multiple VMs with same OS
networking.useDHCP = false;
systemd.network = {