diff --git a/modules/common.nix b/modules/common.nix index f9d2b4e..d24f929 100755 --- a/modules/common.nix +++ b/modules/common.nix @@ -49,6 +49,10 @@ wget2 python314 ]; + + # disable core dumps + systemd.coredump.enable = false; + # zram swap zramSwap.enable = true; zramSwap.memoryPercent = 80;