diff --git a/nixos/module/kernel.nix b/nixos/module/kernel.nix index cd555a6..e733d6e 100644 --- a/nixos/module/kernel.nix +++ b/nixos/module/kernel.nix @@ -32,6 +32,9 @@ # Enable transparent hugepages "transparent_hugepage=always" + + # Suspend USB devices without delay + "usbcore.autosuspend=0" ]; boot.kernel.sysctl = {