feat(headscale): add self-hosted Tailscale control server #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "franz-kafka/nixos-vps:feat/headscale"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds Headscale — a self-hosted Tailscale control server. All your devices get secure WireGuard mesh VPN connectivity without trusting Tailscale's SaaS.
What it does
vpn.ashisgreat.xyzModule features
headscaleCLI in system packagesAfter deploying
vpn.ashisgreat.xyz→ VPS IPEnabling OIDC (optional)
Uncomment the OIDC block in
configuration.nixand addheadscale_oidc_secretto yoursecrets.yaml.Changes
modules/headscale.nix— new module (152 lines)modules/default.nix— importconfiguration.nix— enabled withvpn.ashisgreat.xyz, comments for OIDC setupDNS record needed
vpn.ashisgreat.xyzpointing to your VPS IP (certbot will handle the rest via Nginx/ACME).