meta-automata-nix / tailscale-iso-nix

NixOS ISO image with Tailscale
0 stars 0 forks source link

NixOS ISO image that automatically connects to Tailscale with auth key

Requirements

Build ISO

  1. Create auth key on Tailscale

  2. Run

# impure option is required to read the environment variables
$ TAILSCLAE_AUTH_KEY=<your auth key> nix build --impure
$ ls ./result/iso
nixos.iso

References