A bunch of hacks to install Tailscale on a steam deck
Go to file
Cadey Ratio b5592ce24e build the squashfs too
Signed-off-by: Xe <me@christine.website>
2022-07-04 21:43:14 +00:00
var port builder script to go 2022-04-29 17:49:04 +00:00
.envrc port builder script to go 2022-04-29 17:49:04 +00:00
.gitignore port builder script to go 2022-04-29 17:49:04 +00:00
LICENSE Initial commit 2022-03-03 21:17:29 +00:00
README.md make readme better 2022-04-29 19:11:11 +00:00
flake.lock port builder script to go 2022-04-29 17:49:04 +00:00
flake.nix generate tarball.nix with a script 2022-04-29 18:43:00 +00:00
gen_tarball.sh generate tarball.nix with a script 2022-04-29 18:43:00 +00:00
go.mod port builder script to go 2022-04-29 17:49:04 +00:00
main.go build the squashfs too 2022-07-04 21:43:14 +00:00
tailscaled.service use better tailscaled.service 2022-04-29 18:24:14 +00:00
tarball.nix update tailscale 2022-06-29 14:04:30 +00:00

README.md

taildeck

A bunch of hacks to install Tailscale on a steam deck

Building

nix build .#image

Updating

./gen_tarball.sh

Installing

If you have a steam deck, try this and see if it works:

mkdir -p ~/.local/share/tailscale/steamos
sudo mkdir -p /etc/extensions
curl -o ~/.local/share/tailscale/steamos/tailscale_sysext_1.24.2.raw https://xena.greedo.xeserv.us/pkg/ts-sysext/tailscale_sysext_1.24.2.raw
sudo ln -s ~/.local/share/tailscale/steamos/tailscale_sysext_1.24.2.raw /etc/extensions/tailscale.raw
sudo systemd-sysext merge
sudo systemctl enable --now tailscaled.service
sudo tailscale up --qr

If you see what I'm doing wrong, please let me know.