spotlights-macbook-air: Enable usbmuxd for iOS tethering
This commit is contained in:
parent
4a1a073f11
commit
a8d2ffb56f
2 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue