hermes/home: update ssh for cloudflare

This commit is contained in:
Payas Relekar 2023-06-11 21:07:45 +05:30
parent 5773eace14
commit 4e55b84837

View file

@ -53,6 +53,7 @@
"git.bhankas.org" = {
user = "gitea";
hostname = "git.bhankas.org";
identityFile = [ "~/.ssh/id_ed25519" ];
proxyCommand = "${pkgs.cloudflared}/bin/cloudflared access ssh --hostname %h";
};
};