https://git.jolheiser.com/infra.git
1 2 3 4 5 6 7
{ pkgs, ... }: { services.golink = { enable = true; tailscaleAuthKeyFile = pkgs.writeText "tskey" "tskey-auth-k7Tfyvczdn11CNTRL-tE6VsLtnqEaTzfugS2XYEaEEaVQPxUsbf"; # One-time key }; }