Disable systemd OOM killer, which had been causing problems

This commit is contained in:
Vili Sinervä 2025-07-28 22:50:12 +03:00
parent 04915eb78f
commit 86db12fd4c
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -188,6 +188,7 @@
######################################## Misc. ##################################################
zramSwap.enable = true;
systemd.oomd.enable = false;
users.mutableUsers = false; # Force all user management to happen throught nix-files