feat: remove redundent tailscale ip print
This commit is contained in:
parent
960d2fd9da
commit
e2cb1f4078
1 changed files with 0 additions and 2 deletions
2
home.nix
2
home.nix
|
|
@ -480,8 +480,6 @@ in
|
|||
git remote add origin "ssh://forgejo@''${login}/''${user}/''${name}.git"
|
||||
'')
|
||||
(writeShellScriptBin "ow" ''
|
||||
DNS="$(tailscale status --json | jq -r '.Self.DNSName')"
|
||||
DNS="''${DNS%.}"
|
||||
sudo -v
|
||||
sudo tailscale serve --bg 4096
|
||||
exec opencode web --hostname 127.0.0.1 --port 4096
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue