aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/network.nix
blob: eba91edcbbf4e78747ac52aa477ee2ddf6961498 (plain)
1
2
3
4
5
6
{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    libimobiledevice
  ];
  services.usbmuxd.enable = true;
}