Home

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