diff options
| -rw-r--r-- | config/networking.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/networking.nix b/config/networking.nix index f48927b..9839218 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -36,4 +36,10 @@ }; }; }; + + services.tailscale = { + enable = true; + openFirewall = true; + disableTaildrop = true; + }; } |
