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
12
flake.lock
generated
12
flake.lock
generated
|
@ -24,11 +24,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741663108,
|
||||
"narHash": "sha256-9RaZ3HuOptioE94IQ/nnzC2x5cMaRi6NX8d8ZOqhJ68=",
|
||||
"lastModified": 1742098834,
|
||||
"narHash": "sha256-l98XVpNXW6hr0AsxCeQZbdf6EGT8OpHdkWBi7sdel4s=",
|
||||
"owner": "tpwrules",
|
||||
"repo": "nixos-apple-silicon",
|
||||
"rev": "4264de082e92e7d7ba7fa2ad5b5b1a8818b5d048",
|
||||
"rev": "8457960249bcfd34c22838e20eaa7d8261428688",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -142,11 +142,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1741851582,
|
||||
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
|
||||
"lastModified": 1742069588,
|
||||
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
|
||||
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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