mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
.. | ||
files | ||
clone.sls | ||
clone.top | ||
create.sls | ||
create.top | ||
init.top | ||
install-repo.sls | ||
install-repo.top | ||
install.sls | ||
install.top | ||
README.md | ||
version |
sys-tailscale
Tailscale environment in Qubes OS.
Table of Contents
Description
Install Tailscale and use it on the "sys-tailscale" or with any other qube you want to install.
Installation
- Top:
sudo qubesctl top.enable sys-tailscale
sudo qubesctl --targets=tpl-sys-tailscale state.apply
sudo qubesctl top.disable sys-tailscale
- State:
sudo qubesctl state.apply sys-tailscale.create
sudo qubesctl --skip-dom0 --targets=tpl-sys-tailscale state.apply sys-tailscale.install
The Tailscale qube requires the Tailscale service to be enabled:
qvm-features QUBE service.tailscale 1
Usage
Authenticate to your Tailnet by following the upstream instructions to generate an auth key for use in automated setups. For interactive setups, get the authorization link from the following command:
sudo tailscale up
On the Tailscale web interface, authorize the new device.
You may want to disable automatic key expiry to avoid having to redo the authentication steps.
There are various functionalities Tailscale provides, consult upstream documentation for more information. There is also an introductory video covering the basics.