me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

add oom monitor

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit bd54d942 parent bc86166b change-id qrklquln
+8
+8
hosts/mira/configuration.nix
··· 29 29 enable = true; 30 30 memoryPercent = 50; 31 31 }; 32 + 33 + # Kill runaway processes before the system locks up 34 + services.earlyoom = { 35 + enable = true; 36 + freeMemThreshold = 5; 37 + freeSwapThreshold = 5; 38 + enableNotifications = true; 39 + }; 32 40 # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. 33 41 34 42 # Configure network proxy if necessary