From ce02c052a937660671377f611c81733f1cde2bdc Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 12 Jun 2025 15:01:28 +1000 Subject: [PATCH] mac: disable tailscale --- configurations/darwin/infinitude.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/darwin/infinitude.nix b/configurations/darwin/infinitude.nix index 7d6685f..745e3b9 100644 --- a/configurations/darwin/infinitude.nix +++ b/configurations/darwin/infinitude.nix @@ -15,7 +15,8 @@ in nixpkgs.hostPlatform = "aarch64-darwin"; networking.hostName = "infinitude"; - services.tailscale.enable = true; + # Using GUI app; so disable this. + # services.tailscale.enable = true; system.keyboard = { enableKeyMapping = true;