X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/4a72cb41c2cf0e575de05302de7723d26f00f8b6..581fa9c70ad2df00f7b85527b889eebd6e4b7f6d:/.config/guix/system/chaman.scm?ds=sidebyside diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm index c576209..5313d1d 100644 --- a/.config/guix/system/chaman.scm +++ b/.config/guix/system/chaman.scm @@ -68,7 +68,8 @@ (cpu-boost-on-ac? #t) (sound-power-save-on-bat 0) (sound-power-save-controller? #f) - (usb-blacklist "0e8f:00a8"))) + ;; (usb-blacklist "0e8f:00a8") ;for some reason doesn't seem to work + (usb-autosuspend? #f))) (simple-service 'my-powertop-auto-tune activation-service-type #~(zero? (system* #$(file-append powertop "/sbin/powertop") "--auto-tune"))))