From 9cf5e43f82d0a815139741f0bdba5e4a58f95912 Mon Sep 17 00:00:00 2001 From: Duncan Date: Sun, 9 Oct 2022 19:26:23 -0400 Subject: [PATCH] --- readme.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index e6f220a..c0b02c7 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Tailscale on the Steam Deck -This process is derived from the [official guide][official-guide], but with some -tweaks to make the process smoother and produce an installation that both (1) +This process is derived from the [official guide][official-guide], but lightly +tweaked to make the process smoother and produce an installation that both (1) comes up automatically on boot and (2) survives system updates. ## Installing Tailscale @@ -16,10 +16,3 @@ comes up automatically on boot and (2) survives system updates. Tailscale to bring your Deck onto your network. [official-guide]: https://tailscale.com/blog/steam-deck/ - -## How it works - -The Deck runs SteamOS 3, which is derived from Arch and thus uses a software -suite called systemd to manage services. The `tailscaled.service` file is a -systemd unit file, which tells systemd how to start and manage the tailscale -daemon.