aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-02-21 09:48:51 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-02-21 09:48:51 -0700
commit09424e70d0c7167907d5dfd474b7be81ecbbbc53 (patch)
tree789e90690afb416c653e54ab7742f7cb5032aab0 /systems
parent3016fcd1c9f91fd354d8e43f80970942b74e88d6 (diff)
downloaddotfiles-09424e70d0c7167907d5dfd474b7be81ecbbbc53.tar.gz
dotfiles-09424e70d0c7167907d5dfd474b7be81ecbbbc53.tar.xz
systems/axo: add kernel parameters
Brightness controls and sleep now work. 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 58cea45b..b9c97b18 100644
--- a/systems/axo.scm
+++ b/systems/axo.scm
@@ -38,6 +38,7 @@
(define axo-system
(operating-system
(kernel linux)
+ (kernel-arguments '("mem_sleep_default=deep nvme.noacpi=1 i915.enable_psr=1 modprobe.blacklist=hid_sensor_hub"))
(kernel-loadable-modules
(list v4l2loopback-linux-module))
(firmware (list linux-firmware))