Auto-commit: 2026-01-07 10:51:18

This commit is contained in:
2026-01-07 10:51:18 +00:00
parent 38aad253de
commit 62e50610dd

View File

@@ -19,6 +19,6 @@
systemd.network.enable = true; systemd.network.enable = true;
services.tailscale = { services.tailscale = {
enable = true; enable = true;
useRoutingFeatures = "client"; useRoutingFeatures = "both";
}; };
} }