feat: dumpyourvms: enable usbmuxd for tethering

This commit is contained in:
teutat3s 2023-12-17 22:48:55 +01:00
parent c6beb6c44e
commit 44c06ff63b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -60,6 +60,7 @@ in {
'';
};
services.tailscale.enable = true;
services.usbmuxd.enable = true;
security.pki.certificateFiles = [./consul-agent-ca.pem];