Home

infra @2aa713cac0f073e8f1961f226a395e0075b43258 - 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
  };
}