diff options
| author | Mel <mel@rnrd.eu> | 2026-01-16 18:11:12 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-16 18:11:12 +0100 |
| commit | b20db589f6ba02a48a8a1cf2ab2e08d71e81c7c5 (patch) | |
| tree | ea5eaa6c526fa8c7824547c751c9e370eff2697c /modules/common.nix | |
| parent | 20e85ed56ef0d73f523c1c9bbe7bf2fe1659c2db (diff) | |
| download | minerals-b20db589f6ba02a48a8a1cf2ab2e08d71e81c7c5.tar.zst minerals-b20db589f6ba02a48a8a1cf2ab2e08d71e81c7c5.zip | |
Enable earlyoom to prevent system hanging
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index e36d4e9..00b87bb 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -13,6 +13,7 @@ ./vim.nix ./tmux.nix ./nix-ld.nix + ./oom.nix ]; services.envfs.enable = true; |
