mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
added ios tethering support
This commit is contained in:
parent
3df10b933d
commit
469b0391b7
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue