Home

infra @818db19d480fb92ea4e71b43dad8b541cdc43c44 - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
infra / shincha / mazanoke.nix
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
  services = {
    mazanoke.enable = true;
    tailproxy.mazanoke = {
      enable = true;
      hostname = "img";
      authKey = "tskey-auth-kN76twaVyw11CNTRL-aUgvGLQsBSjuJ94BgsDVSjRhTGCmXAmi"; # One-time key
      funnel = true;
      port = 6292;
    };
  };
}