nixos/kernel: Suspend USB devices without delay

This commit is contained in:
Mikael 2024-08-30 18:49:40 +02:00
parent 11f223e56d
commit e785953314
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -32,6 +32,9 @@
# Enable transparent hugepages
"transparent_hugepage=always"
# Suspend USB devices without delay
"usbcore.autosuspend=0"
];
boot.kernel.sysctl = {