aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
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))