From 20a3343c8437ec034af8797ec6d9fedf0fa544f0 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Thu, 14 Aug 2025 21:51:45 -0700 Subject: [PATCH] feat: add tailscale client --- nix/modules/desktop.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/modules/desktop.nix b/nix/modules/desktop.nix index 90d44b2..ba73b14 100644 --- a/nix/modules/desktop.nix +++ b/nix/modules/desktop.nix @@ -69,6 +69,10 @@ default = "gtk"; }; }; + services.tailscale = { + enable = true; + useRoutingFeatures = "client"; + }; home-manager.users.luca = { programs = {