Disable systemd OOM killer, which had been causing problems
This commit is contained in:
parent
04915eb78f
commit
86db12fd4c
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@
|
|||
|
||||
######################################## Misc. ##################################################
|
||||
zramSwap.enable = true;
|
||||
systemd.oomd.enable = false;
|
||||
|
||||
users.mutableUsers = false; # Force all user management to happen throught nix-files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue