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 }]; }; } -