diff options
| author | vkcku <[email protected]> | 2026-06-02 08:44:31 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-02 08:44:31 +0530 |
| commit | d61398c188205c1fca3bc3fd64de67c45632477d (patch) | |
| tree | b5716227e967e63c74efe3dd77d36b67dc26bf4d /infra/hosts/plato/plato.nix | |
| parent | root: poor man's CI (diff) | |
infra: allow storing private and public monorepo on separate servers
monorepo-revid: 4713f0955189016bf937059892ab9c40e224bd84
Diffstat (limited to 'infra/hosts/plato/plato.nix')
| -rw-r--r-- | infra/hosts/plato/plato.nix | 2 |
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; |
