hermes: use cloudflared for ssh proxy to bebop

This commit is contained in:
Payas Relekar 2023-06-11 11:08:03 +05:30
parent ee49e4e3e5
commit df338f3217

View file

@ -47,5 +47,13 @@
programs = {
go.enable = true;
ssh = {
enable = true;
matchBlocks = {
"git.bhankas.org" = {
proxyCommand = "${pkgs.cloudflared}/bin/cloudflared access ssh --hostname %h";
};
};
};
};
}