cyclone: Add usbmuxd

This commit is contained in:
Spotlight 2025-05-29 23:22:18 -05:00
parent 464b0bd5fe
commit 5787a0cdb9
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -32,6 +32,9 @@
# Ensure xserver is using the Nvidia drivers. # Ensure xserver is using the Nvidia drivers.
xserver.videoDrivers = [ "nvidia" ]; xserver.videoDrivers = [ "nvidia" ];
# iOS tethering, etc
usbmuxd.enable = true;
# Allow for RDP access. # Allow for RDP access.
gnome.gnome-remote-desktop.enable = true; gnome.gnome-remote-desktop.enable = true;