alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add oom monitor
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
bd54d942
bd54d94271279338e8c62a7cc1a95def598964c4
parent
bc86166b
bc86166b273a8f4a0a40b70f14e120b380ab7e21
change-id
qrklquln
qrklqulntvwktxovxtmmsqpnqkllukuy
+8
1 changed file
Expand all
Collapse all
Unified
Split
hosts
mira
configuration.nix
+8
hosts/mira/configuration.nix
Reviewed
···
29
29
enable = true;
30
30
memoryPercent = 50;
31
31
};
32
32
+
33
33
+
# Kill runaway processes before the system locks up
34
34
+
services.earlyoom = {
35
35
+
enable = true;
36
36
+
freeMemThreshold = 5;
37
37
+
freeSwapThreshold = 5;
38
38
+
enableNotifications = true;
39
39
+
};
32
40
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
33
41
34
42
# Configure network proxy if necessary