:: krowemoh

Thursday | 26 DEC 2024
Posts Links Other About Now

previous
next

Tailscale on NixOS

2024-02-03
nixos

Enable tailscale through /etc/nixos/configuration.nix:

services.tailscale.enable = true;

Rebuild:

sudo nixos-rebuild switch

Then you can start tailscale:

sudo tailscale up

This should provide a link that can be used to add a device to a tailscale network.