Changes
1 changed files (+2/-0)
-
-
@@ -131,6 +131,8 @@systemd.services.kill-fprintd = { wantedBy = [ "sleep.target" ]; before = [ "sleep.target" ]; # Alternatively I could use a udev rule but it's less transparent and harder to debug # Make sure we kill fprintd first and ignore errors since I suspect fprintd disables USB persist when it quits script = '' ${pkgs.killall}/bin/killall fprintd || true echo 1 > /sys/bus/usb/devices/3-3/power/persist
-