Use homebrew tailscale for macos

This commit is contained in:
Yan Lin 2025-08-30 18:03:42 +02:00
parent db6dd6076e
commit 3f55bd7a3d
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@
]; ];
casks = [ casks = [
# GUI applications - manually installed apps now managed by Homebrew # GUI applications - manually installed apps now managed by Homebrew
"tailscale"
"inkscape" "inkscape"
"firefox" "firefox"
"obsidian" "obsidian"

View file

@ -4,7 +4,6 @@
imports = [ imports = [
../../modules/homebrew.nix ../../modules/homebrew.nix
nix-homebrew.darwinModules.nix-homebrew nix-homebrew.darwinModules.nix-homebrew
../../modules/tailscale.nix
]; ];
# Nix configuration # Nix configuration