mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added ios tethering support
This commit is contained in:
parent
3df10b933d
commit
469b0391b7
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue