summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-01-26 23:12:07 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-01-26 23:13:57 +0100
commit092f79fdd6d26df2c5e9be3a790f7709889bf71c (patch)
tree3cefbe03f8c2fa9132dc8b5c32cbdb618221261a /config/services
parent44bb33baf4d193445950d133652463dd5491c77c (diff)
networking: wireguard -> tailscale
Diffstat (limited to 'config/services')
-rw-r--r--config/services/mesh/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/services/mesh/default.nix b/config/services/mesh/default.nix
index c090721..791a5a6 100644
--- a/config/services/mesh/default.nix
+++ b/config/services/mesh/default.nix
@@ -42,10 +42,4 @@ in {
'';
};
};
-
- services.tailscale = {
- enable = true;
- openFirewall = true;
- disableTaildrop = true;
- };
}