feat: darwin - proxy & README, update brew apps

This commit is contained in:
Ryan Yin
2024-02-05 00:52:11 +08:00
parent f4c39598ec
commit 36ac1b51da
3 changed files with 10 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ from pathlib import Path
NIX_DAEMON_PLIST = Path("/Library/LaunchDaemons/org.nixos.nix-daemon.plist")
NIX_DAEMON_NAME = "org.nixos.nix-daemon"
# http proxy provided by clash or other proxy tools
HTTP_PROXY = "http://127.0.0.1:7890"
HTTP_PROXY = "http://192.168.5.201:7890"
pl = plistlib.loads(NIX_DAEMON_PLIST.read_bytes())