spotlights-macbook-air: Enable usbmuxd for iOS tethering

This commit is contained in:
Spotlight 2025-03-16 17:55:54 -04:00
parent 4a1a073f11
commit a8d2ffb56f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 13 additions and 7 deletions

View file

@ -98,10 +98,16 @@
};
};
# Docker
users.users.spotlight.extraGroups = [ "docker" ];
virtualisation.docker.enable = true;
services.syncthing.enable = true;
services = {
# iOS tethering, etc
usbmuxd.enable = true;
syncthing.enable = true;
};
environment.systemPackages = with pkgs; [
# For usage with FEXRootFSFetcher