add ios support

This commit is contained in:
k3t
2026-08-09 12:48:45 -06:00
parent b00cadd7a3
commit f39b398e8a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [
libimobiledevice
ifuse # optional, to mount using 'ifuse'
];
}