Skip to content

Commit

Permalink
juspay: not using this
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 19, 2024
1 parent 324469a commit c93e587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home/all/juspay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ let
inherit user;
dynamicForwards = [{ inherit port; }];
};
/*
${gitSshRemote} = {
user = "git";
proxyCommand = "nc -x localhost:${builtins.toString port} %h %p";
};
*/
};
};
in
Expand Down Expand Up @@ -60,4 +62,3 @@ in
}];
};
}

0 comments on commit c93e587

Please sign in to comment.