Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/tailscale): use client routing #125

closed opened by a.starrysky.fyi targeting main from private/minion/push-oqywmpqruopz

We hadn't set up client routing on our personal machines, which stopped us from using exit nodes/routes/etc.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mavdhtp6nr22
+6 -2
Diff #3
+4 -1
packetmix/systems/common/tailscale.nix
··· 2 2 # 3 3 # SPDX-License-Identifier: MIT 4 4 { 5 - services.tailscale.enable = true; 5 + services.tailscale = { 6 + enable = true; 7 + useRoutingFeatures = "client"; 8 + }; 6 9 7 10 systemd.services.tailscaled.environment.TS_NO_LOGS_NO_SUPPORT = "true"; 8 11
+2 -1
packetmix/systems/server/tailscale.nix
··· 2 2 # 3 3 # SPDX-License-Identifier: MIT 4 4 5 + { lib, ... }: 5 6 { 6 - services.tailscale.useRoutingFeatures = "both"; 7 + services.tailscale.useRoutingFeatures = lib.mkForce "both"; 7 8 }

History

4 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
fix(pm/tailscale): use client routing
expand 1 comment

manually merged due to tangled error

closed without merging
1 commit
expand
fix(pm/tailscale): use client routing
expand 0 comments
1 commit
expand
fix(pm/tailscale): use client routing
expand 0 comments
1 commit
expand
fix(pm/tailscale): use client routing
expand 0 comments