We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f39f51 commit dce6efeCopy full SHA for dce6efe
desktop/configuration/boot.nix
@@ -4,6 +4,7 @@
4
boot = {
5
supportedFilesystems = [ "bcachefs" ];
6
kernelPackages = pkgs.linuxPackages_xanmod_latest;
7
+ kernelParams = [ "usbcore.autosuspend=-1" ];
8
initrd = {
9
systemd = {
10
extraBin = {
0 commit comments