aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-02 08:44:31 +0530
committervkcku <[email protected]>2026-06-02 08:44:31 +0530
commitd61398c188205c1fca3bc3fd64de67c45632477d (patch)
treeb5716227e967e63c74efe3dd77d36b67dc26bf4d /infra/hosts
parentroot: poor man's CI (diff)
infra: allow storing private and public monorepo on separate servers
monorepo-revid: 4713f0955189016bf937059892ab9c40e224bd84
Diffstat (limited to 'infra/hosts')
-rw-r--r--infra/hosts/plato/plato.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/hosts/plato/plato.nix b/infra/hosts/plato/plato.nix
index e8a534e..920c14d 100644
--- a/infra/hosts/plato/plato.nix
+++ b/infra/hosts/plato/plato.nix
@@ -15,6 +15,8 @@ in
];
infra = {
+ gitserver.enablePrivate = true;
+
tailscale = {
authenticate = true;
ssh = true;