From 565b561fc17ba2eaa31d7d50b57983d97ab77775 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 19 Dec 2025 21:39:29 -0500 Subject: [PATCH] vira: ssh opts --- modules/home/services/vira.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/services/vira.nix b/modules/home/services/vira.nix index 98cd007..c1aecf6 100644 --- a/modules/home/services/vira.nix +++ b/modules/home/services/vira.nix @@ -15,6 +15,9 @@ in nix.settings.trusted-users = [ "srid" ]; # For cache? services.vira = { + systemd.environment = { + NIX_SSHOPTS = "-o ConnectTimeout=10 -o ServerAliveInterval=60"; + }; enable = true; port = 5001; hostname = "0.0.0.0"; @@ -39,7 +42,6 @@ in emanote = "https://github.com/srid/emanote.git"; ema = "https://github.com/srid/ema.git"; srid = "https://github.com/srid/srid.git"; - vertex = "https://github.com/juspay/vertex.git"; landrun-nix = "https://github.com/srid/landrun-nix.git"; # Just to test heavy weight stuff # superposition = "https://github.com/juspay/superposition.git";