aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/tailscale.service.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-09-01 09:23:43 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2024-09-01 09:23:43 +0300
commitf4df5fd49ce3ed25094cf9861562531b1ff1da3d (patch)
treee4dd57e9e2ffa6d82ceca9d4e95b801bf3dadff0 /nixos/services/tailscale.service.nix
parentc2e4f54322ea781123e08932ed2d7a069cf99a19 (diff)
downloadnixos-configuration-1.1.tar.gz
nixos-configuration-1.1.tar.bz2
nixos-configuration-1.1.zip
feat: kanshi fish and tailscalev1.1
move kanshi config to individual file add tailscale fish completions remove auto-cpufreq change tailscale service to fix exit-node and routing features
Diffstat (limited to 'nixos/services/tailscale.service.nix')
-rw-r--r--nixos/services/tailscale.service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/services/tailscale.service.nix b/nixos/services/tailscale.service.nix
index 5e34a3c..d0fbde1 100644
--- a/nixos/services/tailscale.service.nix
+++ b/nixos/services/tailscale.service.nix
@@ -5,5 +5,6 @@
}: {
services.tailscale = {
enable = true;
+ useRoutingFeatures = "client";
};
}