summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/network.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/network.nix b/hosts/network.nix
index 4e82191..4e800f5 100644
--- a/hosts/network.nix
+++ b/hosts/network.nix
@@ -28,9 +28,9 @@
pkgs.iptables
];
- services.tailscale = {
- enable = true;
- };
+ # services.tailscale = {
+ # enable = true;
+ # };
# services.opensnitch.enable = true;
}