From 3f55bd7a3d2649493619e45eccf8bc6cea396b7f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 30 Aug 2025 18:03:42 +0200 Subject: [PATCH] Use homebrew tailscale for macos --- modules/homebrew.nix | 1 + system/darwin/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index fc59b7d..6202d81 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -15,6 +15,7 @@ ]; casks = [ # GUI applications - manually installed apps now managed by Homebrew + "tailscale" "inkscape" "firefox" "obsidian" diff --git a/system/darwin/default.nix b/system/darwin/default.nix index 862ecf4..f3d8a6f 100644 --- a/system/darwin/default.nix +++ b/system/darwin/default.nix @@ -4,7 +4,6 @@ imports = [ ../../modules/homebrew.nix nix-homebrew.darwinModules.nix-homebrew - ../../modules/tailscale.nix ]; # Nix configuration