From c93e587d4361c7755f7594e9c2bf13d9fc7c471d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 19 Oct 2024 17:01:03 -0400 Subject: [PATCH] juspay: not using this --- modules/home/all/juspay.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/all/juspay.nix b/modules/home/all/juspay.nix index 5d876d88..7bccb3dd 100644 --- a/modules/home/all/juspay.nix +++ b/modules/home/all/juspay.nix @@ -13,10 +13,12 @@ let inherit user; dynamicForwards = [{ inherit port; }]; }; + /* ${gitSshRemote} = { user = "git"; proxyCommand = "nc -x localhost:${builtins.toString port} %h %p"; }; + */ }; }; in @@ -60,4 +62,3 @@ in }]; }; } -