Skip to content

Instantly share code, notes, and snippets.

@adrienthebo
adrienthebo / readme.md
Created February 22, 2023 17:53 — forked from legowerewolf/readme.md
Tailscale on Steam Deck

Tailscale on the Steam Deck

This process is derived from the [official guide][official-guide], but lightly tweaked to make the process smoother and produce an installation that comes up automatically on boot (no need to enter desktop mode) and survives system updates.

Installing Tailscale

⚠️ This process will probably fail if you are accessing the terminal over Tailscale

root@master:/etc/puppetlabs/facter/facts.d # cat foo.sh
#! /bin/sh
FACT=$(facter hostname)
echo "foo=${FACT}"
root@master:/etc/puppetlabs/facter/facts.d # chmod +x foo.sh
root@master:/etc/puppetlabs/facter/facts.d # facter ipaddress
<hangs and explodes>