@cryptotaxi247 / infra-1 / commits / 86894adc

mimas: add zram swap

Martin Weinelt committed Dec 6, 2024 at 04:07 UTC 86894adce07dd6669c9d7d807cb3340a2a4a8422
1 file changed +5
build/mimas/default.nix
+5
@@ -22,6 +22,11 @@
22 hostId = "aba92093";
23 };
24
25 + zramSwap = {
26 + enable = true;
27 + memoryPercent = 50;
28 + };
29 +
30 # garbage collection
31 nix.gc = {
32 automatic = true;