juspay: not using this

This commit is contained in:
Sridhar Ratnakumar 2024-10-19 17:01:03 -04:00
parent 324469a951
commit c93e587d43
No known key found for this signature in database

View file

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