aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-02-20 16:59:59 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-02-20 16:59:59 -0700
commitdb8b66df75870638886d6b35851add688d1944b7 (patch)
treecc0f32f757dd7f89e7388703c04bd7432afdab34 /systems
parent13a845965f011f7baef782c8a6b66b0e440098e1 (diff)
downloaddotfiles-db8b66df75870638886d6b35851add688d1944b7.tar.gz
dotfiles-db8b66df75870638886d6b35851add688d1944b7.tar.xz
systems/axo: enable earlyoom service
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/axo.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/axo.scm b/systems/axo.scm
index 1a27d207..050772f6 100644
--- a/systems/axo.scm
+++ b/systems/axo.scm
@@ -161,6 +161,7 @@
(extra-config (list %xorg-libinput-config))))
(service nix-service-type)
(service pcscd-service-type)
+ (service earlyoom-service-type)
(service tlp-service-type
(tlp-configuration
(cpu-scaling-governor-on-ac (list "performance"))