···77 serviceConfig = {
78 # Trigger the udev rule manually. This doesn't require replugging the
79 # device when first enabling the option to get it to work
80- ExecStartPre = "${pkgs.udev}/bin/udevadm trigger -s usb -a idVendor=${apple}";
81 ExecStart = "${cfg.package}/bin/usbmuxd -U ${cfg.user} -v";
82 };
83 };
···77 serviceConfig = {
78 # Trigger the udev rule manually. This doesn't require replugging the
79 # device when first enabling the option to get it to work
80+ ExecStartPre = "${config.systemd.package}/bin/udevadm trigger -s usb -a idVendor=${apple}";
81 ExecStart = "${cfg.package}/bin/usbmuxd -U ${cfg.user} -v";
82 };
83 };