disable core dumps

This commit is contained in:
k3t
2026-03-13 22:47:04 -06:00
parent e93f97b5a8
commit 823d65ead9
+4
View File
@@ -49,6 +49,10 @@
wget2 wget2
python314 python314
]; ];
# disable core dumps
systemd.coredump.enable = false;
# zram swap # zram swap
zramSwap.enable = true; zramSwap.enable = true;
zramSwap.memoryPercent = 80; zramSwap.memoryPercent = 80;