charles: enable ssh config

Because otherwise SSH through Cloudflare tunnel does not work, and all
my git services can be accessed through there only.
This commit is contained in:
Payas Relekar 2023-10-25 14:57:26 +05:30
parent 7077000bc2
commit e6ffa662b8

View file

@ -29,7 +29,7 @@
programs = {
home-manager.enable = true;
ssh = {
enable = false;
enable = true;
matchBlocks = {
"ssh.bhankas.org" = {
user = "gitea";