mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
update flake.lock, add comments for tailscale on macOS
This commit is contained in:
Generated
+4
-4
@@ -24,16 +24,16 @@
|
|||||||
"astronvim": {
|
"astronvim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689600041,
|
"lastModified": 1689614566,
|
||||||
"narHash": "sha256-w2ecSdJ6gowO36WWS+0MOQeOWf7Pqut79kY6aV0fL9Y=",
|
"narHash": "sha256-LG9eSOmX902EK3KEAkEwqGa4sBkxkK3qOHaWcykv6OA=",
|
||||||
"owner": "AstroNvim",
|
"owner": "AstroNvim",
|
||||||
"repo": "AstroNvim",
|
"repo": "AstroNvim",
|
||||||
"rev": "fbf1ba1759c83374db64eea8cc693cb75720f269",
|
"rev": "215b5605337f32d3e92ba7608e269fe90c1208f6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "AstroNvim",
|
"owner": "AstroNvim",
|
||||||
"ref": "v3.33.2",
|
"ref": "v3.33.3",
|
||||||
"repo": "AstroNvim",
|
"repo": "AstroNvim",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -189,6 +189,11 @@
|
|||||||
"aria2" # download tool
|
"aria2" # download tool
|
||||||
"httpie" # http client
|
"httpie" # http client
|
||||||
"wireguard-tools" # wireguard
|
"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
|
"tailscale" # tailscale
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user