summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-16 18:11:12 +0100
committerMel <mel@rnrd.eu>2026-01-16 18:11:12 +0100
commitb20db589f6ba02a48a8a1cf2ab2e08d71e81c7c5 (patch)
treeea5eaa6c526fa8c7824547c751c9e370eff2697c /modules/common.nix
parent20e85ed56ef0d73f523c1c9bbe7bf2fe1659c2db (diff)
downloadminerals-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.nix1
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;