nixos/kernel: Suspend USB devices without delay
This commit is contained in:
parent
11f223e56d
commit
e785953314
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
|
||||
# Enable transparent hugepages
|
||||
"transparent_hugepage=always"
|
||||
|
||||
# Suspend USB devices without delay
|
||||
"usbcore.autosuspend=0"
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
Loading…
Reference in a new issue