diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-26 22:40:02 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-26 22:41:28 +0100 |
| commit | faf736701ae1f26103e000538f2ede29098f5a79 (patch) | |
| tree | 620851fe1fe34f18715007207bc1795dfd629136 /config | |
| parent | 3c9dcb19fcb77270a31a53117b9194066d80f077 (diff) | |
networking: enable tailscale
Diffstat (limited to 'config')
| -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; + }; } |
