mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
installer: enable earlyoom
This commit is contained in:
parent
a57af732e9
commit
b3c6744da5
1 changed files with 4 additions and 0 deletions
|
|
@ -70,4 +70,8 @@
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options cfg80211 ieee80211_regdom="US"
|
options cfg80211 ieee80211_regdom="US"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# If we run out of memory during building, the machine would hang, and that sucks.
|
||||||
|
# Nothing worse than restarting the installation from scratch
|
||||||
|
services.earlyoom.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue