aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts/indra/modules.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/hosts/indra/modules.nix')
-rw-r--r--infra/hosts/indra/modules.nix11
1 files changed, 8 insertions, 3 deletions
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;
+ };
};
};
}