forked from pub-solar/os
1
0
Fork 0

fix: enable tailscale routing features

main
teutat3s 2024-03-06 18:56:19 +01:00
parent 4d004de686
commit 9345a0c67b
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@ in {
DNSOverTLS=yes
'';
};
services.tailscale.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
};
services.usbmuxd.enable = true;
security.pki.certificateFiles = [./consul-agent-ca.pem];