From e1f775e4d840fdb84a46ccf775c4d1fcf116cf92 Mon Sep 17 00:00:00 2001 From: vkcku Date: Tue, 2 Jun 2026 08:46:02 +0530 Subject: infra: move hosting public monorepo to indra monorepo-revid: eeb604fe0639f6a087eb362ff22a2b948ea4cde6 --- infra/hosts/indra/modules.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'infra/hosts/indra') diff --git a/infra/hosts/indra/modules.nix b/infra/hosts/indra/modules.nix index 6f561f1..e047c17 100644 --- a/infra/hosts/indra/modules.nix +++ b/infra/hosts/indra/modules.nix @@ -6,13 +6,18 @@ "base" "caddy" "deploy" + "gitserver" "vkcku.com" # keep-sorted end ]; - infra.tailscale = { - authenticate = true; - ssh = true; + infra = { + gitserver.enablePublic = true; + + tailscale = { + authenticate = true; + ssh = true; + }; }; }; } -- cgit v1.3.1