diff --git a/hosts/yuzu/default.nix b/hosts/yuzu/default.nix index 51f5550..a0e38e3 100644 --- a/hosts/yuzu/default.nix +++ b/hosts/yuzu/default.nix @@ -20,4 +20,5 @@ isNormalUser = true; extraGroups = ["wheel"]; }; + services.tailscale.enable = true; }