added ios tethering support

This commit is contained in:
Harry 2024-09-15 19:08:21 +02:00
parent 3df10b933d
commit 469b0391b7

View file

@ -56,6 +56,9 @@
# Add your own packages here
neovim
git
# required for ios tethering
libimobiledevice
ifuse # optional, to mount using 'ifuse'
];
boot.kernelModules = [ "wl" ];
@ -89,4 +92,8 @@
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
# ios tethering
services.usbmuxd.enable = true;
}