mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-27 02:27:13 +08:00
juspay: not using this
This commit is contained in:
parent
324469a951
commit
c93e587d43
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
|||
}];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue