Files
nixconf/modules/sys/hw/misc/ios.nix
T
2026-08-09 12:48:45 -06:00

9 lines
154 B
Nix

{
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [
libimobiledevice
ifuse # optional, to mount using 'ifuse'
];
}