update flake.lock, add comments for tailscale on macOS

This commit is contained in:
Ryan Yin
2023-07-18 19:43:45 +08:00
parent 2d06846467
commit 3f6b5b321a
2 changed files with 9 additions and 4 deletions

8
flake.lock generated
View File

@@ -24,16 +24,16 @@
"astronvim": {
"flake": false,
"locked": {
"lastModified": 1689600041,
"narHash": "sha256-w2ecSdJ6gowO36WWS+0MOQeOWf7Pqut79kY6aV0fL9Y=",
"lastModified": 1689614566,
"narHash": "sha256-LG9eSOmX902EK3KEAkEwqGa4sBkxkK3qOHaWcykv6OA=",
"owner": "AstroNvim",
"repo": "AstroNvim",
"rev": "fbf1ba1759c83374db64eea8cc693cb75720f269",
"rev": "215b5605337f32d3e92ba7608e269fe90c1208f6",
"type": "github"
},
"original": {
"owner": "AstroNvim",
"ref": "v3.33.2",
"ref": "v3.33.3",
"repo": "AstroNvim",
"type": "github"
}

View File

@@ -189,6 +189,11 @@
"aria2" # download tool
"httpie" # http client
"wireguard-tools" # wireguard
# Usage:
# https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS#run-the-tailscaled-daemon
# 1. `sudo tailscaled install-system-daemon`
# 2. `tailscale up --accept-routes`
"tailscale" # tailscale
];