feat: dumpyourvms: enable usbmuxd for tethering
This commit is contained in:
parent
c6beb6c44e
commit
44c06ff63b
|
@ -60,6 +60,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
services.usbmuxd.enable = true;
|
||||||
|
|
||||||
security.pki.certificateFiles = [./consul-agent-ca.pem];
|
security.pki.certificateFiles = [./consul-agent-ca.pem];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue